dgl.max_edges

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

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

另请参阅

readout_edges