aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2019-04-15 17:18:36 +0100
committerNina Drozd <nina.drozd@arm.com>2019-04-15 17:18:36 +0100
commit472d4e038d15fa04701a80cd0f4413c6a9886d5d (patch)
tree162cfa8905494c8ddaec3513b1a4405b94c24d14 /tests
parent3e68b97946bfee3c89ec2d4363a22550a10b2e55 (diff)
downloadarmnn-472d4e038d15fa04701a80cd0f4413c6a9886d5d.tar.gz
IVGCVSW-2965: Add ResnetV2 50 Timings job in CI
* Added building of TfLiteParserTest target and sources for TfLiteResNetV2-50-Quantized-Armnn test Signed-off-by: Nina Drozd <nina.drozd@arm.com> Change-Id: I0cfc48ee3426187f748d3731e6c060302e9b6afa
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 9913321295..cc103c98b6 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -201,6 +201,12 @@ if (BUILD_TF_LITE_PARSER)
ImagePreprocessor.cpp)
TfLiteParserTest(TfLiteResNetV2-Armnn "${TfLiteResNetV2-Armnn_sources}")
+ set(TfLiteResNetV2-50-Quantized-Armnn_sources
+ TfLiteResNetV2-50-Quantized-Armnn/TfLiteResNetV2-50-Quantized-Armnn.cpp
+ ImagePreprocessor.hpp
+ ImagePreprocessor.cpp)
+ TfLiteParserTest(TfLiteResNetV2-50-Quantized-Armnn "${TfLiteResNetV2-50-Quantized-Armnn_sources}")
+
set(TfLiteMnasNet-Armnn_sources
TfLiteMnasNet-Armnn/TfLiteMnasNet-Armnn.cpp
ImagePreprocessor.hpp