4 lines
118 B
Python
4 lines
118 B
Python
"""Torch modules for graph related softmax."""
|
|
# pylint: disable= unused-import
|
|
from ..functional import edge_softmax
|