Function tensorflow::ops::case

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

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