MCPcopy Create free account
hub / github.com/tensorflow/tfjs / upperBound

Function upperBound

tfjs-core/src/ops/upper_bound.ts:56–59  ·  view source on GitHub ↗
(
    sortedSequence: Tensor|TensorLike, values: Tensor|TensorLike)

Source from the content-addressed store, hash-verified

54 * @doc {heading: 'Operations', subheading: 'Evaluation'}
55 */
56export function upperBound(
57 sortedSequence: Tensor|TensorLike, values: Tensor|TensorLike): Tensor {
58 return searchSorted(sortedSequence, values, 'right');
59}

Callers

nothing calls this directly

Calls 1

searchSortedFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…