MCPcopy
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
21except Exception:

Callers 1

batch_max_poolingFunction · 0.85

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected