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