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