CristianR8 commited on
Commit
d26ace5
·
verified ·
1 Parent(s): e906965

Update quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +21 -9
quantize_config.json CHANGED
@@ -4,21 +4,33 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Split",
8
- "Concat",
9
- "MaxPool",
10
  "Slice",
 
 
11
  "Resize",
 
 
 
 
 
 
 
 
 
 
12
  "Softmax",
13
  "Sigmoid",
14
- "Conv",
 
15
  "Reshape",
16
- "Mul",
17
- "Sub",
 
 
18
  "Transpose",
19
- "MatMul",
20
- "Div",
21
- "Add"
22
  ],
23
  "weight_type": "QUInt8"
24
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
 
7
  "Slice",
8
+ "Pow",
9
+ "Div",
10
  "Resize",
11
+ "Cast",
12
+ "Sqrt",
13
+ "Mul",
14
+ "Conv",
15
+ "Expand",
16
+ "ReduceMean",
17
+ "Sub",
18
+ "Equal",
19
+ "MatMul",
20
+ "Add",
21
  "Softmax",
22
  "Sigmoid",
23
+ "Relu",
24
+ "Constant",
25
  "Reshape",
26
+ "Where",
27
+ "Erf",
28
+ "Shape",
29
+ "Unsqueeze",
30
  "Transpose",
31
+ "ConstantOfShape",
32
+ "Gather",
33
+ "Concat"
34
  ],
35
  "weight_type": "QUInt8"
36
  }