tf.TensorArray.concat(name=None)
Return the values in the TensorArray as a concatenated Tensor
.
All of the values must have been written, their ranks must match, and and their shapes must all match for all dimensions except the first.
Args:
-
name
: A name for the operation (optional).
Returns:
All the tensors in the TensorArray concatenated into one tensor.
Please login to continue.