From b49ed18ac76cbab23201598f08972cfed19cce4c Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Tue, 29 Jun 2021 15:50:08 +0100 Subject: IVGCVSW-6176 Add support for shape_signature in the tflite parser * tflite shape_signatures will now be the preferred way to detect dynamic tensors * add test utility to the parser that converts a model's tensors to dynamic * by default tests will run a dynamic version of the model in addition to the original * fix dynamic shape inference of unpack operator * reactivate and fix quantize test * add shape inference to expand dims Signed-off-by: Finn Williams Change-Id: If11ba19d813cd3590707583dff1e4eb0e6412a1d --- src/armnnTfLiteParser/test/AvgPool2D.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/armnnTfLiteParser/test/AvgPool2D.cpp') diff --git a/src/armnnTfLiteParser/test/AvgPool2D.cpp b/src/armnnTfLiteParser/test/AvgPool2D.cpp index fdab4da296..561a0473f2 100644 --- a/src/armnnTfLiteParser/test/AvgPool2D.cpp +++ b/src/armnnTfLiteParser/test/AvgPool2D.cpp @@ -1,8 +1,7 @@ // -// Copyright © 2017 Arm Ltd. All rights reserved. +// Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // -#include "armnnTfLiteParser/ITfLiteParser.hpp" #include "ParserFlatbuffersFixture.hpp" TEST_SUITE("TensorflowLiteParser_AvgPool2D") -- cgit v1.2.1