MCPcopy Create free account
hub / github.com/alibaba/euler / scatter_

Function scatter_

tf_euler/python/euler_ops/mp_ops.py:72–73  ·  view source on GitHub ↗
(op, updates, indices, size)

Source from the content-addressed store, hash-verified

70
71
72def scatter_(op, updates, indices, size):
73 return globals()['scatter_' + op](updates, indices, size)
74
75
76def scatter_softmax(updates, indices, size=None):

Callers 1

__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected