Function tensorflow::eager::raw_ops::tensor_array_v2
source · pub fn tensor_array_v2<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
size: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for TensorArrayV2::new().call(&ctx, &size)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorArrayV2