Function tensorflow::ops::tensor_array_split_v3
source · pub fn tensor_array_split_v3<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
handle: O0,
value: O1,
lengths: O2,
flow_in: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorArraySplitV3::new().build(handle, value, lengths, flow_in, scope)
.