Skip to content

Commit c4986f6

Browse files
committed
Add export tokpool
1 parent bbea5a6 commit c4986f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GNNLux/src/GNNLux.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export TGCN,
5050

5151
include("layers/pool.jl")
5252
export GlobalPool,
53-
GlobalAttentionPool
53+
GlobalAttentionPool,
54+
TopKPool
5455

5556
end #module
5657

0 commit comments

Comments
 (0)