Function tensorflow::ops::select

source ·
pub fn select<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    condition: O0,
    t: O1,
    e: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Select::new().build(condition, t, e, scope).