Update vpu.json (#14612)

Update POT tool configs to use unified scales for concat by default.

Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
Co-authored-by: Liubov Talamanova <liubov.talamanova@intel.com>
This commit is contained in:
Ashley DeFlumere 2023-01-17 08:26:36 +00:00 committed by GitHub
parent 8dd9c890b0
commit daf9f0fbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,6 +273,15 @@
"activations": "q8_tn"
}
},
{
"type": "Concat",
"attributes": {
"unified_scales": "all"
},
"quantization": {
"activations": "q8_tn"
}
},
{
"type": "MVN",
"quantization": {
@ -280,7 +289,6 @@
}
},
{"type": "Reshape"},
{"type": "Concat"},
{"type": "Flatten"},
{"type": "Squeeze"},
{"type": "Unsqueeze"},