8000 Added missing CircularPad*d references so the docs are actually built. · pytorch/pytorch@8cf9c0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cf9c0a

Browse files
committed
Added missing CircularPad*d references so the docs are actually built.
1 parent d41cfc9 commit 8cf9c0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/nn.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ Padding Layers
131131
nn.ConstantPad1d
132132
nn.ConstantPad2d
133133
nn.ConstantPad3d
134+
nn.CircularPad1d
135+
nn.CircularPad2d
136+
nn.CircularPad3d
134137

135138
Non-linear Activations (weighted sum, nonlinearity)
136139
---------------------------------------------------

0 commit comments

Comments
 (0)
0