tensorflow::ops

Function 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).