dgl.max_edgesΒΆ

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

Syntax sugar for dgl.readout_edges(graph, feat, weight, etype=etype, op='max').

See also

readout_edges