File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ and to ``\gamma_x`` and ``\gamma_e`` as to the node update and edge update funct
16
16
respectively. The aggregation `` \square `` is over the neighborhood `` N(i) `` of node `` i `` ,
17
17
and it is usually equal either to `` \sum `` , to ` max ` or to a ` mean ` operation.
18
18
19
- In GNN .jl, the function [ ` propagate ` ] ( @ref ) takes care of materializing the
19
+ In GraphNeuralNetworks .jl, the function [ ` propagate ` ] ( @ref ) takes care of materializing the
20
20
node features on each edge, applying the message function, performing the
21
21
aggregation, and returning `` \bar{\mathbf{m}} `` .
22
22
It is then left to the user to perform further node and edge updates,
@@ -144,4 +144,4 @@ See the [`GATConv`](@ref) implementation [here](https://github.com/CarloLucibell
144
144
## Built-in message functions
145
145
146
146
In order to exploit optimized specializations of the [ ` propagate ` ] ( @ref ) , it is recommended
147
- to use built-in message functions such as [ ` copy_xj ` ] ( @ref ) whenever possible.
147
+ to use built-in message functions such as [ ` copy_xj ` ] ( @ref ) whenever possible.
You can’t perform that action at this time.
0 commit comments