tensorflow::ops

Function exit

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

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