Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/modules/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ Layer list
PadLayer
UpSampling2dLayer
DownSampling2dLayer
DeformableConv2dLayer
AtrousConv1dLayer
AtrousConv2dLayer

Expand All @@ -280,6 +279,7 @@ Layer list
MeanPool3d

DepthwiseConv2d
DeformableConv2d

SubpixelConv1d
SubpixelConv2d
Expand Down Expand Up @@ -456,10 +456,6 @@ Convolutional layer (Pro)
^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: DownSampling2dLayer

2D Deformable Conv
^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: DeformableConv2dLayer

1D Atrous convolution
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: AtrousConv1dLayer
Expand Down Expand Up @@ -496,6 +492,11 @@ APIs may better for you.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: DepthwiseConv2d

2D Deformable Conv
^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: DeformableConv2d


Super-Resolution layer
------------------------

Expand Down
Loading