Skip to content

Commit 48646cb

Browse files
committed
Add GlobalPool pooling docs
1 parent 837f5b6 commit 48646cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

GNNLux/docs/src/api/pool.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```@meta
2+
CurrentModule = GNNLux
3+
CollapsedDocStrings = true
4+
```
5+
6+
# Pooling Layers
7+
8+
## Index
9+
10+
```@index
11+
Order = [:type, :function]
12+
Pages = ["pool.md"]
13+
```
14+
15+
```@autodocs
16+
Modules = [GNNLux]
17+
Pages = ["layers/pool.jl"]
18+
Private = false
19+
```

0 commit comments

Comments
 (0)