chrmongeau commited on
Commit
847b813
·
verified ·
1 Parent(s): 2d23754

Upload quantize_config.json

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