mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Added missing CircularPad*d references so the docs are actually built. (#118465)
Fixes #118429 Pull Request resolved: https://github.com/pytorch/pytorch/pull/118465 Approved by: https://github.com/Skylion007
This commit is contained in:
parent
2728c9137d
commit
62c1e4a578
|
|
@ -131,6 +131,9 @@ Padding Layers
|
|||
nn.ConstantPad1d
|
||||
nn.ConstantPad2d
|
||||
nn.ConstantPad3d
|
||||
nn.CircularPad1d
|
||||
nn.CircularPad2d
|
||||
nn.CircularPad3d
|
||||
|
||||
Non-linear Activations (weighted sum, nonlinearity)
|
||||
---------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user