Deprecated.
tf.raw_ops.TensorArrayScatterV2(
handle, indices, value, flow_in, name=None
)
Use TensorArrayScatterV3
Args | |
---|---|
handle
|
A Tensor of type string .
|
indices
|
A Tensor of type int32 .
|
value
|
A Tensor .
|
flow_in
|
A Tensor of type float32 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type float32 .
|