dmlc--dgl
6c23fba8fa
* move edge_softmax to functional * change examples * fixes * revert * fix * fix * remove * fix * test * add init Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
4 行
76 B
Python
4 行
76 B
Python
"""Functions related to DGL NN Modules."""
|
|
|
|
from ...ops import edge_softmax
|