Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_udf
Function · 0.50
invoke_edge_udf
Function · 0.50
invoke_udf_reduce
Function · 0.50
wrapper
Function · 0.50
_fn
Function · 0.50
gspmm
Function · 0.50
gsddmm
Function · 0.50
_sample_neighbors
Function · 0.50
_sample_etype_neighbors
Function · 0.50
init_process
Function · 0.50
test_addsub_coo
Function · 0.50
test_addsub_csr
Function · 0.50
Calls
1
gspmm
Function · 0.70
Tested by
5
test_addsub_coo
Function · 0.40
test_addsub_csr
Function · 0.40
test_addsub_csc
Function · 0.40
test_addsub_diag
Function · 0.40
test_server_client
Function · 0.40