dgl.mean_edges

dgl.mean_edges(graph, feat, weight=None, *, etype=None)[源代码]

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

另请参阅

readout_edges