Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
def
_NumpyAdd(ref, indices, updates):
84
return
_NumpyScatterNd(ref, indices, updates,
lambda
p, u: p + u)
85
86
87
def
_NumpySub(ref, indices, updates):
Callers
nothing calls this directly
Calls
1
_NumpyScatterNd
Function · 0.70
Tested by
no test coverage detected