We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92bb7c commit 8647b4eCopy full SHA for 8647b4e
src/msgpass.jl
@@ -96,7 +96,7 @@ such tensors.
96
- `xi`: An array or a named tuple containing arrays whose last dimension's size
97
is `g.num_nodes`. It will be appropriately materialized on the
98
target node of each edge (see also [`edge_index`](@ref)).
99
-- `xj`: As `xj`, but to be materialized on edges' sources.
+- `xj`: As `xi`, but now to be materialized on each edge's source node.
100
- `e`: An array or a named tuple containing arrays whose last dimension's size is `g.num_edges`.
101
- `f`: A function that takes as inputs the edge-materialized `xi`, `xj`, and `e`.
102
These are arrays (or named tuples of arrays) whose last dimension' size is the size of
0 commit comments