From 4a621c43174b6bdd9dc0bff839b245bc2139d6a6 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Thu, 22 Apr 2021 16:51:18 +0100 Subject: IVGCVSW-5719 Remove Quantizer Signed-off-by: Kevin May Change-Id: I8a29df03afdd6f1cc8413b219e179272cd2d51cf --- cmake/GlobalConfig.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmake/GlobalConfig.cmake') 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() -- cgit v1.2.1