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

Function _NumpyMul

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

Source from the content-addressed store, hash-verified

89
90
91def _NumpyMul(ref, indices, updates):
92 return _NumpyScatterNd(ref, indices, updates, lambda p, u: p * u)
93
94
95def _NumpyDiv(ref, indices, updates):

Callers

nothing calls this directly

Calls 1

_NumpyScatterNdFunction · 0.70

Tested by

no test coverage detected