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