Upload quantize_config.json
Browse files- quantize_config.json +16 -0
quantize_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"per_model_config": {
|
3 |
+
"model": {
|
4 |
+
"op_types": [
|
5 |
+
"Relu",
|
6 |
+
"Gemm",
|
7 |
+
"Conv",
|
8 |
+
"Add",
|
9 |
+
"GlobalAveragePool",
|
10 |
+
"MaxPool",
|
11 |
+
"Flatten"
|
12 |
+
],
|
13 |
+
"weight_type": "QUInt8"
|
14 |
+
}
|
15 |
+
}
|
16 |
+
}
|