tf.TensorArray.unpack(value, name=None)
Pack the values of a Tensor in the TensorArray.
Args:
-
value: (N+1)-D. Tensor of typedtype. The Tensor to unpack. -
name: A name for the operation (optional).
Returns:
A new TensorArray object with flow that ensures the unpack occurs. Use this object all for subsequent operations.
Raises:
-
ValueError: if the shape inference fails.
Please login to continue.