Function tensorflow::ops::select_v2
source · pub fn select_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
condition: O0,
t: O1,
e: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SelectV2::new().build(condition, t, e, scope)
.