Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/THUDM/CogDL
/ csr_edge_softmax
Function
csr_edge_softmax
cogdl/operators/edge_softmax.py:17–18 ·
view source on GitHub ↗
(rowptr, h)
Source
from the content-addressed store, hash-verified
15
)
16
17
def
csr_edge_softmax(rowptr, h):
18
return
EdgeSoftmaxFunction.apply(rowptr, h)
19
20
21
except
Exception:
Callers
1
edge_softmax
Function · 0.90
Calls
1
apply
Method · 0.80
Tested by
no test coverage detected