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

Skip to content

Commit 1339d78

Browse files
committed
Added missing CircularPad*d references so the docs are actually built. (pytorch#118465)
Fixes pytorch#118429 Pull Request resolved: pytorch#118465 Approved by: https://github.com/Skylion007
1 parent 8ac9b20 commit 1339d78

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
@@ -130,6 +130,9 @@ Padding Layers
130130
nn.ConstantPad1d
131131
nn.ConstantPad2d
132132
nn.ConstantPad3d
133+
nn.CircularPad1d
134+
nn.CircularPad2d
135+
nn.CircularPad3d
133136

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

0 commit comments

Comments
 (0)
0