tensorflow::ops

Function stateless_case

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

Shorthand for StatelessCase::new().build(branch_index, input, scope).