Function tensorflow::ops::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).