#include <array_ops.h>
Concatenates quantized tensors along one dimension.
Arguments:
N Tensors to concatenate. Their ranks and types must match, and their sizes must match in all dimensions except concat_dim.Returns:
Output output: A Tensor with the concatenation of values stacked along the concat_dim dimension. This tensor's shape matches that of values except in concat_dim where it has the sum of the sizes.Output output_min: The float value that the minimum quantized output value represents.Output output_max: The float value that the maximum quantized output value represents. | Constructors and Destructors | |
|---|---|
QuantizedConcat(const ::tensorflow::Scope & scope, ::tensorflow::Input concat_dim, ::tensorflow::InputList values, ::tensorflow::InputList input_mins, ::tensorflow::InputList input_maxes) |
| Public attributes | |
|---|---|
output | |
output_max | |
output_min | |
::tensorflow::Output output
::tensorflow::Output output_max
::tensorflow::Output output_min
QuantizedConcat( const ::tensorflow::Scope & scope, ::tensorflow::Input concat_dim, ::tensorflow::InputList values, ::tensorflow::InputList input_mins, ::tensorflow::InputList input_maxes )
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/quantized-concat.html