You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

operation-param-weight-table.md 5.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. |operation|param id|param phase|default value|weight order|
  2. |:---:|:---:|:---:|:---:|:---:|
  3. |AbsVal|||
  4. |ArgMax TODO|||
  5. |BatchNorm|0|channels|0|slope mean variance bias|
  6. ||1|eps|0.f|
  7. |Bias|0|bias_data_size|0|
  8. |BinaryOp|0|op_type|0|
  9. ||1|with_scalar|0|
  10. ||2|b|0.f|
  11. |BNLL|||
  12. |Cast|0|type_from|0|
  13. ||1|type_to|0|
  14. |Clip|0|min|-FLT_MAX|
  15. ||1|max|FLT_MAX|
  16. |Concat|0|axis|0|
  17. |Convolution|0|num_output|0|weight bias|
  18. ||1|kernel_w|0|
  19. ||2|dilation_w|1|
  20. ||3|stride_w|1|
  21. ||4|pad_left|0|
  22. ||5|bias_term|0|
  23. ||6|weight_data_size|0|
  24. ||8|int8_scale_term|0|
  25. ||9|activation_type|0|
  26. ||10|activation_params|[ ]|
  27. ||11|kernel_h|kernel_w|
  28. ||12|dilation_h|dilation_w|
  29. ||13|stride_h|stride_w|
  30. ||15|pad_right|pad_left|
  31. ||14|pad_top|pad_left|
  32. ||16|pad_bottom|pad_top|
  33. ||17|impl_type|0|
  34. |ConvolutionDepthWise|0|num_output|0|weight bias|
  35. ||1|kernel_w|0|
  36. ||2|dilation_w|1|
  37. ||3|stride_w|1|
  38. ||4|pad_left|0|
  39. ||5|bias_term|0|
  40. ||6|weight_data_size|0|
  41. ||7|group|1|
  42. ||8|int8_scale_term|0|
  43. ||9|activation_type|0|
  44. ||10|activation_params|[ ]|
  45. ||11|kernel_h|kernel_w|
  46. ||12|dilation_h|dilation_w|
  47. ||13|stride_h|stride_w|
  48. ||15|pad_right|pad_left|
  49. ||14|pad_top|pad_left|
  50. ||16|pad_bottom|pad_top|
  51. |Crop|0|woffset|0|
  52. ||1|hoffset|0|
  53. ||2|coffset|0|
  54. ||3|outw|0|
  55. ||4|outh|0|
  56. ||5|outc|0|
  57. |Deconvolution|0|num_output|0|weight bias|
  58. ||1|kernel_w|0|
  59. ||2|dilation_w|1|
  60. ||3|stride_w|1|
  61. ||4|pad_left|0|
  62. ||5|bias_term|0|
  63. ||6|weight_data_size|0|
  64. ||9|activation_type|0|
  65. ||10|activation_params|[ ]|
  66. ||11|kernel_h|kernel_w|
  67. ||12|dilation_h|dilation_w|
  68. ||13|stride_h|stride_w|
  69. ||15|pad_right|pad_left|
  70. ||14|pad_top|pad_left|
  71. ||16|pad_bottom|pad_top|
  72. |DeconvolutionDepthWise|0|num_output|0|weight bias|
  73. ||1|kernel_w|0|
  74. ||2|dilation_w|1|
  75. ||3|stride_w|1|
  76. ||4|pad_left|0|
  77. ||5|bias_term|0|
  78. ||6|weight_data_size|0|
  79. ||7|group|1|
  80. ||9|activation_type|0|
  81. ||10|activation_params|[ ]|
  82. ||11|kernel_h|kernel_w|
  83. ||12|dilation_h|dilation_w|
  84. ||13|stride_h|stride_w|
  85. ||15|pad_right|pad_left|
  86. ||14|pad_top|pad_left|
  87. ||16|pad_bottom|pad_top|
  88. |Dequantize|0|scale|1.f|bias|
  89. ||1|bias_term|0|
  90. ||2|bias_data_size|0|
  91. |DetectionOutput|0|num_class|0|
  92. ||1|nms_threshold|0.05f|
  93. ||2|nms_top_k|300|
  94. ||3|keep_top_k|100|
  95. ||4|confidence_threshold|0.5f|
  96. ||5|variances[0]|0.1f|
  97. ||6|variances[1]|0.1f|
  98. ||7|variances[2]|0.2f|
  99. ||8|variances[3]|0.2f|
  100. |Dropout|0|scale|1.f|
  101. |Eltwise|0|op_type|0|
  102. ||1|coeffs|[ ]|
  103. |ELU|0|alpha|0.1f|
  104. |Embed|0|num_output|0|weight bias|
  105. ||1|input_dim|0|
  106. ||2|bias_term|0|
  107. ||3|weight_data_size|0|
  108. |Exp|0|base|-1.f|
  109. ||1|scale|1.f|
  110. ||2|shift|0.f|
  111. |ExpandDims|0|expand_w|0|
  112. ||1|expand_h|0|
  113. ||2|expand_c|0|
  114. |Flatten|||
  115. |HardSigmoid|0|alpha|0.2f||
  116. ||1|beta|0.5f|
  117. |HardSwish|0|alpha|0.2f||
  118. ||1|beta|0.5f|
  119. |InnerProduct|0|num_output|0|weight bias|
  120. ||1|bias_term|0|
  121. ||2|weight_data_size|0|
  122. ||8|int8_scale_term|0|
  123. ||9|activation_type|0|
  124. ||10|activation_params|[ ]|
  125. |Input|0|w|0|
  126. ||1|h|0|
  127. ||2|c|0|
  128. |InstanceNorm|0|channels|0|gamma bias|
  129. ||1|eps|0.001f|
  130. |Interp|0|resize_type|0|
  131. ||1|height_scale|1.f|
  132. ||2|width_scale|1.f|
  133. ||3|output_height|0|
  134. ||4|output_width|0|
  135. |Log|0|base|-1.f|
  136. ||1|scale|1.f|
  137. ||2|shift|0.f|
  138. |LRN|0|region_type|0|
  139. ||1|local_size|5|
  140. ||2|alpha|1.f|
  141. ||3|beta|0.75f|
  142. ||4|bias|1.f|
  143. |MemoryData|0|w|0|
  144. ||1|h|0|
  145. ||2|c|0|
  146. |MVN|0|normalize_variance|0|
  147. ||1|across_channels|0|
  148. ||2|eps|0.0001f|
  149. |Normalize|0|across_spatial|0|scale|
  150. ||4|across_channel|0|
  151. ||1|channel_shared|0|
  152. ||2|eps|0.0001f|
  153. ||3|scale_data_size|0|
  154. |Packing|0|out_packing|1|
  155. ||1|use_padding|0|
  156. |Padding|0|top|0|
  157. ||1|bottom|0|
  158. ||2|left|0|
  159. ||3|right|0|
  160. ||4|type|0|
  161. ||5|value|0.f|
  162. |Permute|0|order_type|0|
  163. |Pooling|0|pooling_type|0|
  164. ||1|kernel_w|0|
  165. ||11|kernel_h|kernel_w|
  166. ||2|stride_w|1|
  167. ||12|stride_h|stride_w|
  168. ||3|pad_left|0|
  169. ||14|pad_right|pad_left|
  170. ||13|pad_top|pad_left|
  171. ||15|pad_bottom|pad_top|
  172. ||4|global_pooling|0|
  173. ||5|pad_mode|0|
  174. |Power|0|power|1.f|
  175. ||1|scale|1.f|
  176. ||2|shift|0.f|
  177. |PReLU|0|num_slope|0|slope|
  178. |PriorBox|0|min_sizes|[ ]|
  179. ||1|max_sizes|[ ]|
  180. ||2|aspect_ratios|[ ]|
  181. ||3|varainces[0]|0.f|
  182. ||4|varainces[1]|0.f|
  183. ||5|varainces[2]|0.f|
  184. ||6|varainces[3]|0.f|
  185. ||7|flip|1|
  186. ||8|clip|0|
  187. ||9|image_width|0|
  188. ||10|image_height|0|
  189. ||11|step_width|-233.f|
  190. ||12|step_height|-233.f|
  191. ||13|offset|0.f|
  192. |Proposal|0|feat_stride|16|
  193. ||1|base_size|16|
  194. ||2|pre_nms_topN|6000|
  195. ||3|after_nms_topN|300|
  196. ||4|num_thresh|0.7f|
  197. ||5|min_size|16|
  198. |PSROIPooling|0|pooled_width|7|
  199. ||1|pooled_height|7|
  200. ||2|spatial_scale|0.0625f|
  201. ||3|output_dim|0|
  202. |Quantize|0|scale|1.f|
  203. |Reduction|0|operation|0|
  204. ||1|dim|0|
  205. ||2|coeff|1.f|
  206. |ReLU|0|slope|0.f|
  207. |Reorg|0|stride|0|
  208. |Requantize|0|scale_in|1.f|bias|
  209. ||1|scale_out|1.f|
  210. ||2|bias_term|0|
  211. ||3|bias_data_size|0|
  212. ||4|fusion_relu|0|
  213. |Reshape|0|w|-233|
  214. ||1|h|-233|
  215. ||2|c|-233|
  216. ||3|permute|0|
  217. |ROIAlign|0|pooled_width|0|
  218. ||1|pooled_height|0|
  219. ||2|spatial_scale|1.f|
  220. |ROIPooling|0|pooled_width|0|
  221. ||1|pooled_height|0|
  222. ||2|spatial_scale|1.f|
  223. |Scale|0|scale_data_size|0|scale bias|
  224. ||1|bias_term|0|
  225. |ShuffleChannel|0|group|1|
  226. |Sigmoid|||
  227. |Slice|0|slices|[ ]|
  228. ||1|axis|0|
  229. |Softmax|0|axis|0|
  230. |Split|||
  231. |SPP TODO|||
  232. |Squeeze|0|squeeze_w|0|
  233. ||1|squeeze_h|0|
  234. ||2|squeeze_c|0|
  235. |TanH|||
  236. |Threshold|0|threshold|0.f|
  237. |Tile TODO|||
  238. |UnaryOp|0|op_type|0|
  239. |RNN TODO|||
  240. |LSTM TODO|||