Function tensorflow::ops::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)
.