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