updat gna configs (#9920)
This commit is contained in:
committed by
GitHub
parent
78a1212a90
commit
aa518282b0
@@ -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"},
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user