aboutsummaryrefslogtreecommitdiff
path: root/delegate/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-10-22 15:48:12 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2021-10-27 20:55:51 +0100
commitaf3a4ef77d8f330a995911b979417857514df62c (patch)
tree97c022fcf407d49649d4dceb285be2d047056132 /delegate/CMakeLists.txt
parent2e5d0b2e2a212ceb803681b717cbaf821f5e0929 (diff)
downloadarmnn-af3a4ef77d8f330a995911b979417857514df62c.tar.gz
IVGCVSW-6469 Add MirrorPad TfLiteParser and TfLiteDelegate Support
Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: Ia1c97adb401c5381341408ec1e4da287ef2d48fe
Diffstat (limited to 'delegate/CMakeLists.txt')
-rw-r--r--delegate/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index 0178594bfe..54ddd61d3d 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -160,6 +160,7 @@ if(BUILD_UNIT_TESTS)
src/test/LogicalTestHelper.hpp
src/test/LstmTest.cpp
src/test/LstmTestHelper.hpp
+ src/test/MirrorPadTest.cpp
src/test/NormalizationTest.cpp
src/test/NormalizationTestHelper.hpp
src/test/PackTest.cpp