Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ _lambda
Function
_lambda
python/dgl/backend/tensorflow/sparse.py:198–199 ·
view source on GitHub ↗
(X, Y)
Source
from the content-addressed store, hash-verified
196
def
gspmm(gidx, op, reduce_op, X, Y):
197
@tf.custom_gradient
198
def
_lambda(X, Y):
199
return
gspmm_real(gidx, op, reduce_op, X, Y)
200
201
if
X is None:
202
X = tf.zeros(())
Callers
8
gspmm
Function · 0.85
gsddmm
Function · 0.85
edge_softmax
Function · 0.85
segment_reduce
Function · 0.85
scatter_add
Function · 0.85
csrmm
Function · 0.85
csrsum
Function · 0.85
csrmask
Function · 0.85
Calls
8
gspmm_real
Function · 0.85
gsddmm_real
Function · 0.85
edge_softmax_real
Function · 0.85
segment_reduce_real
Function · 0.85
scatter_add_real
Function · 0.85
csrmm_real
Function · 0.85
csrsum_real
Function · 0.85
csrmask_real
Function · 0.85
Tested by
no test coverage detected