From 1f7db45b73522752115ea482d1e85e88c044a664 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Wed, 14 Aug 2019 09:49:34 +0100 Subject: IVGCVSW-3416 Create Command Handler Key class * Add CommandHandlerKey class with all comparison operators * Add UnitTests to check key sorting in collection Change-Id: Icbd493d1e51e681cbe22a9e70ab9428a8a2ad107 Signed-off-by: Francis Murtagh --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 08c693d30d..66b8cf4a10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -411,6 +411,8 @@ list(APPEND armnn_sources src/armnn/optimizations/OptimizeInversePermutes.hpp src/armnn/optimizations/PermuteAsReshape.hpp src/armnn/optimizations/SquashEqualSiblings.hpp + src/profiling/CommandHandlerKey.cpp + src/profiling/CommandHandlerKey.hpp third-party/half/half.hpp ) @@ -517,6 +519,7 @@ if(BUILD_UNIT_TESTS) src/armnn/test/UtilsTests.cpp src/armnnUtils/test/PrototxtConversionsTest.cpp src/armnnUtils/test/ParserHelperTest.cpp + src/profiling/test/ProfilingTests.cpp ) if(BUILD_TF_PARSER) -- cgit v1.2.1