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.
TopK
1 parent b8c479d commit e575066Copy full SHA for e575066
GNNLux/test/layers/pool.jl
@@ -38,7 +38,7 @@
38
@test size(p.p) == (in_channel,)
39
@test eltype(p.Ã) === T
40
@test size(p.Ã) == (k, k)
41
- y = p(X, ps, st)
+ y, st = p(X, ps, st)
42
@test size(y) == (in_channel, k)
43
end
44
0 commit comments