aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2021-04-22 16:51:18 +0100
committerKevin May <kevin.may@arm.com>2021-04-27 15:02:45 +0000
commit4a621c43174b6bdd9dc0bff839b245bc2139d6a6 (patch)
tree88b2bbc803284e7c5051c8812a468e5f3c834b9c /tests
parent65542e4f250a66fd0aba0c1b509e11cb518ee2d5 (diff)
downloadarmnn-4a621c43174b6bdd9dc0bff839b245bc2139d6a6.tar.gz
IVGCVSW-5719 Remove Quantizer
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I8a29df03afdd6f1cc8413b219e179272cd2d51cf
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
-rw-r--r--tests/ImageTensorGenerator/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 308b885230..0b26384612 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -243,7 +243,7 @@ if(BUILD_ACCURACY_TOOL)
AccuracyTool(ModelAccuracyTool)
endif()
-if(BUILD_ARMNN_QUANTIZER)
+if(BUILD_ACCURACY_TOOL)
macro(ImageTensorExecutor executorName)
target_link_libraries(${executorName} ${CMAKE_THREAD_LIBS_INIT})
addDllCopyCommands(${executorName})
diff --git a/tests/ImageTensorGenerator/README.md b/tests/ImageTensorGenerator/README.md
index a7e149cc3a..b6bc3126b4 100644
--- a/tests/ImageTensorGenerator/README.md
+++ b/tests/ImageTensorGenerator/README.md
@@ -4,7 +4,7 @@ The `ImageTensorGenerator` is a program for pre-processing a .jpg image before g
Build option:
To build ModelAccuracyTool, pass the following options to Cmake:
-* -DBUILD_ARMNN_QUANTIZER=1
+* -DBUILD_ACCURACY_TOOL=1
|Cmd:|||
| ---|---|---|