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 行
118 B
Python
4 行
118 B
Python
"""Torch modules for graph related softmax."""
|
|
# pylint: disable= unused-import
|
|
from ..functional import edge_softmax
|