File tree Expand file tree Collapse file tree 2 files changed +240
-220
lines changed Expand file tree Collapse file tree 2 files changed +240
-220
lines changed Original file line number Diff line number Diff 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+
4614711D 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+
611639Advanced Ops for Dynamic RNN
612640-------------------------------
613641These operations usually be used inside Dynamic RNN layer, they can
You can’t perform that action at this time.
0 commit comments