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 6df678b commit c048532Copy full SHA for c048532
GNNLux/src/layers/pool.jl
@@ -92,7 +92,7 @@ u, st = pool(g, g.ndata.x, ps, st)
92
@assert size(u) == (chout, g.num_graphs)
93
```
94
"""
95
-struct GlobalAttentionPool <: GNNContainerLayer{(:fgate, :ffeat)}
+@concrete struct GlobalAttentionPool <: GNNContainerLayer{(:fgate, :ffeat)}
96
fgate
97
ffeat
98
end
0 commit comments