From e357a254a830bf4d66f235813fac021d61cf225d Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Sun, 9 Aug 2020 20:05:52 +0100 Subject: COMPMID-3454 Patch1: Relocate data_type_from_name to core/Utils Change-Id: I33436dab77a47868fbd9872e0b4cf54b3a173e65 Signed-off-by: SiCong Li Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3694 Tested-by: Arm Jenkins Reviewed-by: Manuel Bottini Comments-Addressed: Arm Jenkins --- examples/gemm_tuner/CommonGemmExampleOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/gemm_tuner/CommonGemmExampleOptions.h b/examples/gemm_tuner/CommonGemmExampleOptions.h index 04a8f22be6..5c4be286d6 100644 --- a/examples/gemm_tuner/CommonGemmExampleOptions.h +++ b/examples/gemm_tuner/CommonGemmExampleOptions.h @@ -25,7 +25,7 @@ #define ARM_COMPUTE_EXAMPLES_GEMM_TUNER_COMMON_GEMM_EXAMPLE_OPTIONS #include "arm_compute/core/Types.h" -#include "arm_compute/graph/TypeLoader.h" +#include "arm_compute/core/Utils.h" #include "utils/TypePrinter.h" #include "utils/command_line/CommandLineOptions.h" #include "utils/command_line/CommandLineParser.h" -- cgit v1.2.1