Function tensorflow::ops::destroy_temporary_variable
source · pub fn destroy_temporary_variable<O0: Into<Output>>(
ref_: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DestroyTemporaryVariable::new().build(ref_, scope)
.