4 lines
116 B
Python
4 lines
116 B
Python
"""Gluon layer for graph related softmax."""
|
|
# pylint: disable= unused-import
|
|
from ..functional import edge_softmax
|