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