Function tensorflow::ops::ref_exit

source ·
pub fn ref_exit<O0: Into<Output>>(
    data: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RefExit::new().build(data, scope).