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