Function tensorflow::ops::tensor_array_v2
source · pub fn tensor_array_v2<O0: Into<Output>>(
size: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorArrayV2::new().build(size, scope)
.