tf.raw_ops.TensorArrayRead(
handle, index, flow_in, dtype, name=None
)
Args | |
---|---|
handle
|
A Tensor of type mutable string .
|
index
|
A Tensor of type int32 .
|
flow_in
|
A Tensor of type float32 .
|
dtype
|
A tf.DType .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type dtype .
|