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

Function func

python/dgl/ops/spmm.py:172–173  ·  view source on GitHub ↗
(g, x, y)

Source from the content-addressed store, hash-verified

170 docstring = _attach_zerodeg_note(docstring, reduce_op)
171
172 def func(g, x, y):
173 return gspmm(g, binary_op, reduce_op, x, y)
174
175 func.__name__ = name
176 func.__doc__ = docstring

Callers 15

invoke_node_udfFunction · 0.50
invoke_edge_udfFunction · 0.50
invoke_udf_reduceFunction · 0.50
wrapperFunction · 0.50
_fnFunction · 0.50
gspmmFunction · 0.50
gsddmmFunction · 0.50
_sample_neighborsFunction · 0.50
_sample_etype_neighborsFunction · 0.50
init_processFunction · 0.50
test_addsub_cooFunction · 0.50
test_addsub_csrFunction · 0.50

Calls 1

gspmmFunction · 0.70

Tested by 5

test_addsub_cooFunction · 0.40
test_addsub_csrFunction · 0.40
test_addsub_cscFunction · 0.40
test_addsub_diagFunction · 0.40
test_server_clientFunction · 0.40