Deprecated.
tf.raw_ops.TensorArrayGatherV2(
handle, indices, flow_in, dtype, element_shape=None, name=None
)
Use TensorArrayGatherV3
Args | |
---|---|
handle
|
A Tensor of type string .
|
indices
|
A Tensor of type int32 .
|
flow_in
|
A Tensor of type float32 .
|
dtype
|
A tf.DType .
|
element_shape
|
An optional tf.TensorShape or list of ints . Defaults to None .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type dtype .
|