MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _NumpyMin

Function _NumpyMin

tensorflow/python/kernel_tests/scatter_ops_test.py:77–79  ·  view source on GitHub ↗
(ref, indices, updates)

Source from the content-addressed store, hash-verified

75
76
77def _NumpyMin(ref, indices, updates):
78 for i, indx in np.ndenumerate(indices):
79 ref[indx] = np.minimum(ref[indx], updates[i])
80
81
82def _NumpyMinScalar(ref, indices, update):

Callers

nothing calls this directly

Calls 1

minimumMethod · 0.80

Tested by

no test coverage detected