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