From eb1f9cfac44cca8e0330b5918fa907ee0b32f9bf Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Thu, 21 May 2020 17:07:40 +0100 Subject: IVGCVSW-4186 Add EXP unit tests for TfLiteParser * Updated Documentation * Created unit test file Signed-off-by: Ryan OShea Change-Id: Ic8384b5ed21ac53f918860be8a98c0ac7477d0e1 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 99980380c6..692bc0419a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -769,6 +769,7 @@ if(BUILD_UNIT_TESTS) src/armnnTfLiteParser/test/DepthwiseConvolution2D.cpp src/armnnTfLiteParser/test/Dequantize.cpp src/armnnTfLiteParser/test/DetectionPostProcess.cpp + src/armnnTfLiteParser/test/Exp.cpp src/armnnTfLiteParser/test/FullyConnected.cpp src/armnnTfLiteParser/test/L2Normalization.cpp src/armnnTfLiteParser/test/Maximum.cpp -- cgit v1.2.1