Skip to content

Commit d678551

Browse files
docs update
1 parent 24a08ca commit d678551

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/messagepassing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ where ``\phi`` is expressed by the [`compute_message`](@ref) function,
1717
``\gamma_x`` and ``\gamma_e`` by [`update_node`](@ref) and [`update_edge`](@ref)
1818
respectively.
1919

20+
The message propagation mechanism internally relies on the [`NNlib.gather`](@ref)
21+
and [`NNlib.scatter`](@ref) methods.
22+
2023
## An example: implementing the GCNConv
2124

2225
Let's (re-)implement the [`GCNConv`](@ref) layer use the message passing framework.

0 commit comments

Comments
 (0)