dgl.sum_nodesΒΆ

dgl.sum_nodes(graph, feat, weight=None, *, ntype=None)[source]ΒΆ

Syntax sugar for dgl.readout_nodes(graph, feat, weight, ntype=ntype, op='sum').

See also

readout_nodes