dgl.nn.functional

Functions related to DGL NN Modules.

edge_softmax(graph, logits[, eids, norm_by])

Compute softmax over weights of incoming edges for every node.