Parameters: |
- graph (DGLGraph) – The graph object.
- reverse (bool, optional) – If true, traverse following the in-edge direction.
- message_func (callable, optional) – The message function.
- reduce_func (callable, optional) – The reduce function.
- apply_node_func (callable, optional) – The update function.
|