dgl.sum_edges

dgl.sum_edges(graph, feat, weight=None, *, etype=None)[source]

这是 dgl.readout_edges(graph, feat, weight, etype=etype, op='sum') 的语法糖。

另请参阅

readout_edges