Function tensorflow::ops::exit

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

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