Deprecated.
tf.raw_ops.TensorArrayGatherV2(
    handle, indices, flow_in, dtype, element_shape=None, name=None
)
Use TensorArrayGatherV3
| Args | |
|---|---|
| handle | A Tensorof typestring. | 
| indices | A Tensorof typeint32. | 
| flow_in | A Tensorof typefloat32. | 
| dtype | A tf.DType. | 
| element_shape | An optional tf.TensorShapeor list ofints. Defaults toNone. | 
| name | A name for the operation (optional). | 
| Returns | |
|---|---|
| A Tensorof typedtype. |