Skip to content

Commit 657bf19

Browse files
authored
update pad docs to autoclass (#508)
1 parent 75941c1 commit 657bf19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/layers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,15 +559,15 @@ Pooling layer for any dimensions and any pooling functions.
559559

560560
1D Zero padding
561561
^^^^^^^^^^^^^^^^^^^
562-
.. autofunction:: ZeroPad1d
562+
.. autoclass:: ZeroPad1d
563563

564564
2D Zero padding
565565
^^^^^^^^^^^^^^^^^^^
566-
.. autofunction:: ZeroPad2d
566+
.. autoclass:: ZeroPad2d
567567

568568
3D Zero padding
569569
^^^^^^^^^^^^^^^^^^^
570-
.. autofunction:: ZeroPad3d
570+
.. autoclass:: ZeroPad3d
571571

572572
1D Max pooling
573573
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)