Function tensorflow::ops::risc_condition
source · pub fn risc_condition<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
pred: O0,
input_true: O1,
input_false: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RiscCondition::new().build(pred, input_true, input_false, scope)
.