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