MCPcopy
hub / github.com/dmlc/dgl / mfunc

Function mfunc

tests/python/common/test_propagate.py:15–16  ·  view source on GitHub ↗
(edges)

Source from the content-addressed store, hash-verified

13
14
15def mfunc(edges):
16 return {"m": edges.src["x"]}
17
18
19def rfunc(nodes):

Callers 1

_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected