Mazen commited on
Commit ·
95774bd
1
Parent(s): 0ddb8b4
Update configs
Browse files- quantize_config.json +19 -19
quantize_config.json
CHANGED
|
@@ -4,31 +4,31 @@
|
|
| 4 |
"per_model_config": {
|
| 5 |
"model": {
|
| 6 |
"op_types": [
|
| 7 |
-
"
|
| 8 |
-
"Add",
|
| 9 |
-
"Slice",
|
| 10 |
-
"Shape",
|
| 11 |
-
"Cast",
|
| 12 |
"Erf",
|
|
|
|
|
|
|
| 13 |
"Div",
|
| 14 |
-
"Reshape",
|
| 15 |
-
"Where",
|
| 16 |
-
"Not",
|
| 17 |
-
"ConstantOfShape",
|
| 18 |
-
"Constant",
|
| 19 |
"Equal",
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
|
|
|
| 24 |
"MatMul",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
"Gather",
|
| 26 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
"Unsqueeze",
|
| 28 |
-
"
|
| 29 |
-
"Mul",
|
| 30 |
-
"Sqrt",
|
| 31 |
-
"Softmax"
|
| 32 |
],
|
| 33 |
"weight_type": "QInt8"
|
| 34 |
}
|
|
|
|
| 4 |
"per_model_config": {
|
| 5 |
"model": {
|
| 6 |
"op_types": [
|
| 7 |
+
"Pow",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"Erf",
|
| 9 |
+
"Mul",
|
| 10 |
+
"CumSum",
|
| 11 |
"Div",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"Equal",
|
| 13 |
+
"Constant",
|
| 14 |
+
"Concat",
|
| 15 |
+
"Where",
|
| 16 |
+
"Transpose",
|
| 17 |
+
"Softmax",
|
| 18 |
"MatMul",
|
| 19 |
+
"Expand",
|
| 20 |
+
"Sqrt",
|
| 21 |
+
"Shape",
|
| 22 |
+
"Not",
|
| 23 |
"Gather",
|
| 24 |
+
"Slice",
|
| 25 |
+
"Reshape",
|
| 26 |
+
"ReduceMean",
|
| 27 |
+
"Add",
|
| 28 |
+
"Cast",
|
| 29 |
+
"ConstantOfShape",
|
| 30 |
"Unsqueeze",
|
| 31 |
+
"Sub"
|
|
|
|
|
|
|
|
|
|
| 32 |
],
|
| 33 |
"weight_type": "QInt8"
|
| 34 |
}
|