tensorflow::ops

Function stateless_if

Source
pub fn stateless_if<O0: Into<Output>, O1: Into<Output>>(
    cond: O0,
    input: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for StatelessIf::new().build(cond, input, scope).