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

Skip to content

Commit 62c1e4a

Browse files
tringwaldpytorchmergebot
authored andcommitted
Added missing CircularPad*d references so the docs are actually built. (#118465)
Fixes #118429 Pull Request resolved: #118465 Approved by: https://github.com/Skylion007
1 parent 2728c91 commit 62c1e4a

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