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