dgl.prop_nodesΒΆ
-
dgl.
prop_nodes
(graph, nodes_generator, message_func='default', reduce_func='default', apply_node_func='default')[source]ΒΆ Functional method for
dgl.DGLGraph.prop_nodes()
.- Parameters
node_generators (generator) β The generator of node 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