Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/THUDM/CogDL
/ scatter_max
Function
scatter_max
cogdl/operators/scatter_max.py:17–18 ·
view source on GitHub ↗
(rowptr, colind, feat)
Source
from the content-addressed store, hash-verified
15
)
16
17
def
scatter_max(rowptr, colind, feat):
18
return
ScatterMaxFunction.apply(rowptr, colind, feat)
19
20
21
except
Exception:
Callers
1
batch_max_pooling
Function · 0.85
Calls
1
apply
Method · 0.80
Tested by
no test coverage detected