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

Function _NumpyUpdate

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

Source from the content-addressed store, hash-verified

77
78
79def _NumpyUpdate(ref, indices, updates):
80 return _NumpyScatterNd(ref, indices, updates, lambda p, u: u)
81
82
83def _NumpyAdd(ref, indices, updates):

Callers

nothing calls this directly

Calls 1

_NumpyScatterNdFunction · 0.70

Tested by

no test coverage detected