@@ -73,21 +73,12 @@ Layer list
7373 GroupNorm
7474 SwitchNorm
7575
76- ROIPoolingLayer
77-
7876 RNN
7977 BiRNN
8078
81- ConvRNNCell
82- BasicConvLSTMCell
83- ConvLSTM
84-
8579 retrieve_seq_length_op
8680 retrieve_seq_length_op2
8781 retrieve_seq_length_op3
88- target_mask_op
89-
90- Seq2Seq
9182
9283 Flatten
9384 Reshape
@@ -106,8 +97,6 @@ Layer list
10697 Stack
10798 UnStack
10899
109- SlimNets
110-
111100 Sign
112101 Scale
113102 BinaryDense
@@ -116,10 +105,6 @@ Layer list
116105 TernaryConv2d
117106 DorefaDense
118107 DorefaConv2d
119- QuantizedDense
120- QuantizedDenseWithBN
121- QuantizedConv2d
122- QuantizedConv2dWithBN
123108
124109 PRelu
125110 PRelu6
@@ -548,28 +533,6 @@ DorefaConv2d
548533"""""""""""""""""""""
549534.. autoclass :: DorefaConv2d
550535
551- Quantization Dense Layer
552- ^^^^^^^^^^^^^^^^^^^^^^^^^^
553-
554- QuantizedDense
555- """""""""""""""""""""
556- .. autoclass :: QuantizedDense
557-
558- QuantizedDenseWithBN
559- """"""""""""""""""""""""""""""""""""
560- .. autoclass :: QuantizedDenseWithBN
561-
562- Quantization Convolutions
563- ^^^^^^^^^^^^^^^^^^^^^^^^^^
564-
565- Quantization
566- """""""""""""""""""""
567- .. autoclass :: QuantizedConv2d
568-
569- QuantizedConv2dWithBN
570- """""""""""""""""""""
571- .. autoclass :: QuantizedConv2dWithBN
572-
573536
574537.. -----------------------------------------------------------
575538.. Recurrent Layers
@@ -590,26 +553,6 @@ Bidirectional layer
590553"""""""""""""""""""""""""""""""""
591554.. autoclass :: BiRNN
592555
593-
594- Recurrent Convolution
595- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
596-
597- Conv RNN Cell
598- """""""""""""""""""""""""""""""""
599- .. autoclass :: ConvRNNCell
600-
601- Basic Conv LSTM Cell
602- """""""""""""""""""""""""""""""""
603- .. autoclass :: BasicConvLSTMCell
604-
605- Conv LSTM layer
606- """""""""""""""""""""""""""""""""
607- .. autoclass :: ConvLSTM
608-
609- Simple Seq2Seq
610- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
611- .. autoclass :: Seq2Seq
612-
613556Advanced Ops for Dynamic RNN
614557^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
615558These operations usually be used inside Dynamic RNN layer, they can
@@ -627,9 +570,6 @@ Compute Sequence length 3
627570""""""""""""""""""""""""""
628571.. autofunction :: retrieve_seq_length_op3
629572
630- Get Mask
631- """"""""""""""""""""""""""
632- .. autofunction :: target_mask_op
633573
634574
635575
0 commit comments