Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
def
scatter_(op, updates, indices, size):
73
return
globals()[
'scatter_'
+ op](updates, indices, size)
74
75
76
def
scatter_softmax(updates, indices, size=None):
Callers
1
__call__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected