MCPcopy
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
21except Exception:

Callers 1

edge_softmaxFunction · 0.90

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected