tf.TensorArray.read(index, name=None)
Read the value at location index
in the TensorArray.
Args:
-
index
: 0-D. int32 tensor with the index to read from. -
name
: A name for the operation (optional).
Returns:
The tensor at index index
.
tf.TensorArray.read(index, name=None)
Read the value at location index
in the TensorArray.
index
: 0-D. int32 tensor with the index to read from.name
: A name for the operation (optional).The tensor at index index
.
Please login to continue.