vpvpvpvp commited on
Commit
0611269
1 Parent(s): a09da1a

Upload quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +45 -0
quantize_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Squeeze",
8
+ "Cast",
9
+ "Softmax",
10
+ "NonMaxSuppression",
11
+ "Reshape",
12
+ "Mul",
13
+ "Split",
14
+ "Resize",
15
+ "Gather",
16
+ "Expand",
17
+ "Concat",
18
+ "Conv",
19
+ "TopK",
20
+ "Slice",
21
+ "Range",
22
+ "Div",
23
+ "ConstantOfShape",
24
+ "GatherND",
25
+ "Transpose",
26
+ "Greater",
27
+ "Shape",
28
+ "Sub",
29
+ "Equal",
30
+ "NonZero",
31
+ "Add",
32
+ "Constant",
33
+ "MaxPool",
34
+ "Where",
35
+ "ReduceMax",
36
+ "ScatterND",
37
+ "Unsqueeze",
38
+ "ArgMax",
39
+ "Sigmoid",
40
+ "AveragePool"
41
+ ],
42
+ "weight_type": "QUInt8"
43
+ }
44
+ }
45
+ }