dgl.prop_edgesΒΆ
-
dgl.
prop_edges
(graph, edges_generator, message_func='default', reduce_func='default', apply_node_func='default')[source]ΒΆ Functional method for
dgl.DGLGraph.prop_edges()
.- Parameters
edges_generator (generator) β The generator of edge frontiers.
message_func (callable, optional) β The message function.
reduce_func (callable, optional) β The reduce function.
apply_node_func (callable, optional) β The update function.
See also