From e011d20f279e6e67e899bc6930b0266fc357bc1c Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Thu, 28 Nov 2019 11:35:47 +0000 Subject: IVGCVSW-4209 Create a public API for the ArmNN Utils * Moved the relevant armnnUtils headers to the new location: include/armnnUtils * Update the header usage throughout the source code !android-nn-driver:2387 Signed-off-by: Matteo Martincigh Change-Id: I2ba15cebcacafad2b5a1a7b9c3312ffc585e09d6 --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 21d1336578..ad9e9ee91d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,14 +36,16 @@ add_custom_target(AdditionalCMakeFiles SOURCES ${additional_cmake_files}) set(armnnUtils_sources) list(APPEND armnnUtils_sources + include/armnnUtils/DataLayoutIndexed.hpp + include/armnnUtils/Permute.hpp + include/armnnUtils/FloatingPointConverter.hpp + include/armnnUtils/TensorUtils.hpp src/armnnUtils/GraphTopologicalSort.hpp src/armnnUtils/Half.hpp src/armnnUtils/Logging.hpp src/armnnUtils/Logging.cpp - src/armnnUtils/Permute.hpp src/armnnUtils/Permute.cpp src/armnnUtils/DataLayoutIndexed.cpp - src/armnnUtils/DataLayoutIndexed.hpp src/armnnUtils/DotSerializer.cpp src/armnnUtils/DotSerializer.hpp src/armnnUtils/HeapProfiling.cpp @@ -55,7 +57,6 @@ list(APPEND armnnUtils_sources src/armnnUtils/CsvReader.cpp src/armnnUtils/CsvReader.hpp src/armnnUtils/FloatingPointConverter.cpp - src/armnnUtils/FloatingPointConverter.hpp src/armnnUtils/VerificationHelpers.hpp src/armnnUtils/VerificationHelpers.cpp src/armnnUtils/ParserHelper.hpp @@ -65,7 +66,6 @@ list(APPEND armnnUtils_sources src/armnnUtils/PrototxtConversions.cpp src/armnnUtils/QuantizeHelper.hpp src/armnnUtils/TensorIOUtils.hpp - src/armnnUtils/TensorUtils.hpp src/armnnUtils/TensorUtils.cpp ) -- cgit v1.2.1