updat gna configs (#9920)

This commit is contained in:
Milana Shhanukova
2022-01-27 08:50:15 +03:00
committed by GitHub
parent 78a1212a90
commit aa518282b0
2 changed files with 15 additions and 4 deletions

View File

@@ -49,9 +49,6 @@
},
{
"type": "Add",
"attributes": {
"scales": "unified"
},
"quantization": {
"activations": "q16_a",
"weights": "q16_w"
@@ -148,6 +145,13 @@
"activations": "q16_a"
}
},
{
"type": "Subtract",
"quantization": {
"activations": "q16_a",
"weights": "q16_w"
}
},
{"type": "MaxPool"},
{"type": "ReduceMax"},
{"type": "Reshape"},

View File

@@ -51,7 +51,7 @@
"type": "Add",
"quantization": {
"activations": "q16_a",
"weights": ["q8_w", "q16_w"]
"weights": "q16_w"
}
},
{
@@ -145,6 +145,13 @@
"activations": "q16_a"
}
},
{
"type": "Subtract",
"quantization": {
"activations": "q16_a",
"weights": "q16_w"
}
},
{"type": "MaxPool"},
{"type": "ReduceMax"},
{"type": "Reshape"},