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

Function _NumpyAdd

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

Source from the content-addressed store, hash-verified

81
82
83def _NumpyAdd(ref, indices, updates):
84 return _NumpyScatterNd(ref, indices, updates, lambda p, u: p + u)
85
86
87def _NumpySub(ref, indices, updates):

Callers

nothing calls this directly

Calls 1

_NumpyScatterNdFunction · 0.70

Tested by

no test coverage detected