From 0506ef0a099f5ba564af5e110e6857a68f462080 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Tue, 3 Jan 2023 16:29:44 +0000 Subject: GitHub #543 Problem Parsing Mixed-Precision Model * Fixed bug when converting Constants with Per-Axis Quantization Signed-off-by: Mike Kelly Change-Id: Ifbea23e60483746ec987da491dae96e74cb33af4 --- src/armnnTfLiteParser/test/Conv2D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnnTfLiteParser/test') diff --git a/src/armnnTfLiteParser/test/Conv2D.cpp b/src/armnnTfLiteParser/test/Conv2D.cpp index 45c4a43519..334c102344 100644 --- a/src/armnnTfLiteParser/test/Conv2D.cpp +++ b/src/armnnTfLiteParser/test/Conv2D.cpp @@ -673,7 +673,7 @@ struct Conv2FloatWithInt8WeightsAndBiasesFixture : Conv2DWithBiasesFixture "[ 1, 2, 2, 1 ]", // filterShape "[ 2,1, 0,6 ]", // filterData "[ 1 ]", // biasShape - "[ 10, 0, 0, 0 ]", // biasData + "[ 10 ]", // biasData "1", // stride w and h "NONE", // activation "1.0", // filterScale -- cgit v1.2.1