Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _NumpyDiv
Function
_NumpyDiv
tensorflow/python/kernel_tests/scatter_nd_ops_test.py:95–96 ·
view source on GitHub ↗
(ref, indices, updates)
Source
from the content-addressed store, hash-verified
93
94
95
def
_NumpyDiv(ref, indices, updates):
96
return
_NumpyScatterNd(ref, indices, updates,
lambda
p, u: p / u)
97
98
99
class
StatefulScatterNdTest(test.TestCase):
Callers
nothing calls this directly
Calls
1
_NumpyScatterNd
Function · 0.70
Tested by
no test coverage detected