File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,14 @@ squeeze_conv_layer
2424squeeze_inner_product_layer
2525squeeze_deconv_layer
2626
27- YOLOv2 related
27+ evquantize related (only valid for CUDA forwards implementation)
28+ ----------------------------------------------------------------------------------
29+ input_scale, output_scale in ConvolutionParameter and InnerProductParameter
30+ output_scale in EltwiseParameter
31+ output_shift_instead_division in PoolingParameter
32+ saturate in ReLUParameter
33+
34+ YOLO related
2835--------------
2936add_eps_before_sqrt in BatchNormParameter, MVNParameter and NormalizeParameter
3037caffe_yolo in TransformationParameter
@@ -33,14 +40,8 @@ exposure_lower, exposure_upper in DistortionParameter
3340side in DataParameter
3441reorg_layer
3542yolo_v2_loss_layer
36-
37- reference model acceleration related (only valid for CUDA forwards implementation)
38- ----------------------------------------------------------------------------------
39- input_scale, output_scale in ConvolutionParameter and InnerProductParameter
40- output_scale in EltwiseParameter
41- output_shift_instead_division in PoolingParameter
42- saturate in ReLUParameter
43-
43+ yolo_v3_loss_layer
44+
4445ICNet (PSPNet) related
4546---------------------
4647adaptive_bias_channel_layer
You can’t perform that action at this time.
0 commit comments