From 2b04ec3b94da152281fbbc69f8539378589b1f56 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Wed, 26 Apr 2023 11:42:46 +0100 Subject: IVGCVSW-7579 IVGCVSW-7581 IVGCVSW-7583 Implement Comparison, Concat and Mean in Opaque Delegate * Removed input slot check from Connect function as number of TFLite and Arm NN inputs can differ. * Moved SetupConcatViewOrigin function to DelegateUtils.hpp * Simplified validation checks in VistConvolution functions as IsValid and IsDynamic were already being called. Signed-off-by: Matthew Sloyan Change-Id: I858dbe4b643f9d350d9c38ea255ce5effbda4612 --- delegate/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'delegate/CMakeLists.txt') diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt index b81feb6b1e..ab61337dce 100644 --- a/delegate/CMakeLists.txt +++ b/delegate/CMakeLists.txt @@ -261,6 +261,10 @@ if(BUILD_UNIT_TESTS) opaque/src/test/DelegateTestInterpreter.cpp test/CastTest.cpp test/CastTestHelper.hpp + test/ComparisonTest.cpp + test/ComparisonTestHelper.hpp + test/ControlTest.cpp + test/ControlTestHelper.hpp test/Convolution2dTest.cpp test/ConvolutionTestHelper.hpp test/DepthwiseConvolution2dTest.cpp -- cgit v1.2.1