.. _apinn: dgl.nn ========== .. automodule:: dgl.nn .. toctree:: nn.pytorch nn.mxnet nn.tensorflow dgl.nn.functional ================= Edge Softmax module ------------------- We also provide framework agnostic edge softmax module which was frequently used in GNN-like structures, e.g. `Graph Attention Network `_, `Transformer `_, `Capsule `_, etc. .. autosummary:: :toctree: ../../generated/ nn.functional.edge_softmax