tf.raw_ops.TensorArrayReadV3

Read an element from the TensorArray into output value.

handleA Tensor of type resource. The handle to a TensorArray.
indexA Tensor of type int32.
flow_inA Tensor of type float32. A float scalar that enforces proper chaining of operations.
dtypeA tf.DType. The type of the elem that is returned.
nameA name for the operation (optional).

A Tensor of type dtype.