dgl.max_nodesΒΆ

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

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

See also

readout_nodes