pub fn upper_bound<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    sorted_inputs: &T0,
    values: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for UpperBound::new().call(&ctx, &sorted_inputs, &values).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/UpperBound