aboutsummaryrefslogtreecommitdiff
path: root/cmake
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 /cmake
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 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index 031974814b..ca02284509 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -19,7 +19,6 @@ option(GPERFTOOLS_ROOT "Location where the gperftools 'include' and 'lib' folder
# options used for tensorflow lite support
option(BUILD_TF_LITE_PARSER "Build Tensorflow Lite parser" OFF)
option(BUILD_ARMNN_SERIALIZER "Build Armnn Serializer" OFF)
-option(BUILD_ARMNN_QUANTIZER "Build ArmNN quantizer" OFF)
option(BUILD_ACCURACY_TOOL "Build Accuracy Tool" OFF)
option(FLATC_DIR "Path to Flatbuffers compiler" OFF)
option(TF_LITE_GENERATED_PATH "Tensorflow lite generated C++ schema location" OFF)
@@ -419,10 +418,6 @@ if(NOT BUILD_ARMNN_SERIALIZER)
message(STATUS "Armnn Serializer support is disabled")
endif()
-if(NOT BUILD_ARMNN_QUANTIZER)
- message(STATUS "ArmNN Quantizer support is disabled")
-endif()
-
if(NOT BUILD_PYTHON_WHL)
message(STATUS "PyArmNN wheel package is disabled")
endif()