Skip to content

Commit c048532

Browse files
committed
Add concrete
1 parent 6df678b commit c048532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/src/layers/pool.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ u, st = pool(g, g.ndata.x, ps, st)
9292
@assert size(u) == (chout, g.num_graphs)
9393
```
9494
"""
95-
struct GlobalAttentionPool <: GNNContainerLayer{(:fgate, :ffeat)}
95+
@concrete struct GlobalAttentionPool <: GNNContainerLayer{(:fgate, :ffeat)}
9696
fgate
9797
ffeat
9898
end

0 commit comments

Comments
 (0)