Function tensorflow::ops::upper_bound
source · pub fn upper_bound<O0: Into<Output>, O1: Into<Output>>(
sorted_inputs: O0,
values: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for UpperBound::new().build(sorted_inputs, values, scope)
.