tf.raw_ops.TensorArraySplit(
handle, value, lengths, flow_in, name=None
)
Args | |
|---|---|
handle
|
A Tensor of type mutable 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.
|