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

Function _NumpySub

tensorflow/python/kernel_tests/scatter_nd_ops_test.py:87–88  ·  view source on GitHub ↗
(ref, indices, updates)

Source from the content-addressed store, hash-verified

85
86
87def _NumpySub(ref, indices, updates):
88 return _NumpyScatterNd(ref, indices, updates, lambda p, u: p - u)
89
90
91def _NumpyMul(ref, indices, updates):

Callers

nothing calls this directly

Calls 1

_NumpyScatterNdFunction · 0.70

Tested by

no test coverage detected