mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
* add examples in traversal.py * message propagate methods * use the new message propagation for tree-lstm * update to the new name * update propagate API doc * update doc * add propagate utest
14 lines
209 B
ReStructuredText
14 lines
209 B
ReStructuredText
Message Propagation
|
|
===================
|
|
|
|
.. automodule:: dgl.propagate
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
prop_nodes
|
|
prop_edges
|
|
prop_nodes_bfs
|
|
prop_nodes_topo
|
|
prop_edges_dfs
|