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