tensorflow::ops::QuantizedConcat

tensorflow::ops::QuantizedConcat

#include <array_ops.h>

Concatenates quantized tensors along one dimension.

Summary

Arguments:

  • scope: A Scope object
  • concat_dim: 0-D. The dimension along which to concatenate. Must be in the range [0, rank(values)).
  • values: The N Tensors to concatenate. Their ranks and types must match, and their sizes must match in all dimensions except concat_dim.
  • input_mins: The minimum scalar values for each of the input tensors.
  • input_maxes: The maximum scalar values for each of the input tensors.

Returns: