pub fn tensor_array_v2<O0: Into<Output>>( size: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TensorArrayV2::new().build(size, scope).
TensorArrayV2::new().build(size, scope)