Deprecated.
tf.raw_ops.TensorArraySplitV2(
handle, value, lengths, flow_in, name=None
)
Use TensorArraySplitV3
Args | |
---|---|
handle
|
A Tensor of type string .
|
value
|
A Tensor .
|
lengths
|
A Tensor of type int64 .
|
flow_in
|
A Tensor of type float32 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type float32 .
|