From 3177861f8145640761e8184017f4836255a7c293 Mon Sep 17 00:00:00 2001 From: SiCongLi Date: Fri, 12 Nov 2021 17:33:45 +0000 Subject: Fix PostOp dependency In general src headers should not be included in any public header of other modules. Since there are modules (graph, tests) that rely on specific PostOp definitions in the previous src/core/experimental/PostOp.h, export it to the public arm_compute header Resolves COMPMID-4974 Signed-off-by: SiCongLi Change-Id: I0fa4da5108a34fe6bfff1e9d57839da4e51dc314 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6673 Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- utils/TypePrinter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h index 9858478c29..e152cf6fc3 100644 --- a/utils/TypePrinter.h +++ b/utils/TypePrinter.h @@ -37,11 +37,12 @@ #include "arm_compute/core/TensorInfo.h" #include "arm_compute/core/Types.h" #include "arm_compute/core/experimental/IPostOp.h" +#include "arm_compute/core/experimental/PostOps.h" #include "arm_compute/runtime/CL/CLTunerTypes.h" #include "arm_compute/runtime/CL/CLTypes.h" #include "arm_compute/runtime/FunctionDescriptors.h" #include "arm_compute/runtime/common/LSTMParams.h" -#include "src/core/experimental/PostOp.h" +#include "support/Cast.h" #include "support/StringSupport.h" #include #include -- cgit v1.2.1