Skip to content

Commit 742393b

Browse files
committed
fix docs
1 parent c2fe7c7 commit 742393b

File tree

2 files changed

+240
-220
lines changed

2 files changed

+240
-220
lines changed

docs/modules/layers.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ Layer list
269269
PadLayer
270270
UpSampling2dLayer
271271
DownSampling2dLayer
272+
DeformableConv2dLayer
272273
AtrousConv1dLayer
273274
AtrousConv2dLayer
274275

@@ -303,6 +304,11 @@ Layer list
303304

304305
RNNLayer
305306
BiRNNLayer
307+
308+
ConvRNNCell
309+
BasicConvLSTMCell
310+
ConvLSTMLayer
311+
306312
advanced_indexing_op
307313
retrieve_seq_length_op
308314
retrieve_seq_length_op2
@@ -458,6 +464,10 @@ Convolutional layer (Pro)
458464
^^^^^^^^^^^^^^^^^^^^^^^
459465
.. autoclass:: DownSampling2dLayer
460466

467+
2D Deformable Conv
468+
^^^^^^^^^^^^^^^^^^^^^^^
469+
.. autoclass:: DeformableConv2dLayer
470+
461471
1D Atrous convolution
462472
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463473
.. autofunction:: AtrousConv1dLayer
@@ -608,6 +618,24 @@ Bidirectional layer
608618
.. autoclass:: BiRNNLayer
609619

610620

621+
622+
Convolutional Recurrent layer
623+
-------------------------------
624+
625+
Conv RNN Cell
626+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
627+
.. autoclass:: ConvRNNCell
628+
629+
Basic Conv LSTM Cell
630+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
631+
.. autoclass:: BasicConvLSTMCell
632+
633+
Conv LSTM layer
634+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
635+
.. autoclass:: ConvLSTMLayer
636+
637+
638+
611639
Advanced Ops for Dynamic RNN
612640
-------------------------------
613641
These operations usually be used inside Dynamic RNN layer, they can

0 commit comments

Comments
 (0)