tensorflow::ops

Function lower_bound

Source
pub fn lower_bound<O0: Into<Output>, O1: Into<Output>>(
    sorted_inputs: O0,
    values: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for LowerBound::new().build(sorted_inputs, values, scope).