From ace759c74c6b0701387c3b13cfe37884e0d13c8d Mon Sep 17 00:00:00 2001 From: Nikita Malinin Date: Tue, 6 Sep 2022 19:45:46 +0200 Subject: [PATCH] Cherry-pick changes from 6d69a85 (#12931) Co-authored-by: Indira Salyahova --- tools/pot/openvino/tools/pot/configs/hardware/gna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pot/openvino/tools/pot/configs/hardware/gna.json b/tools/pot/openvino/tools/pot/configs/hardware/gna.json index a12a8afaeeb..0df7dc35e6e 100644 --- a/tools/pot/openvino/tools/pot/configs/hardware/gna.json +++ b/tools/pot/openvino/tools/pot/configs/hardware/gna.json @@ -76,7 +76,7 @@ "type": "Multiply", "quantization": { "activations": "q16_a", - "weights": ["q8_w", "q16_w"], + "weights": ["q16_w"], "outputs": "q32_o" } },