From c6f9510bcb754afaadfe9477ff85d6c55ffcf43b Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 30 Mar 2021 10:03:01 +0100 Subject: Remove Computer Vision generic interfaces and types Removes: - reference validation routines - CV related types and structures - CV related interfaces Signed-off-by: Georgios Pinitas Change-Id: I3a203da12d9b04c154059b190aeba18a611149a9 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5340 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- src/core/CL/CLTracePoint.cpp | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'src/core/CL/CLTracePoint.cpp') diff --git a/src/core/CL/CLTracePoint.cpp b/src/core/CL/CLTracePoint.cpp index c3d4899740..c76eee74ad 100644 --- a/src/core/CL/CLTracePoint.cpp +++ b/src/core/CL/CLTracePoint.cpp @@ -23,13 +23,6 @@ */ #include "arm_compute/core/TracePoint.h" -#include "arm_compute/core/CL/CLTypes.h" -#include "arm_compute/core/CL/ICLArray.h" -#include "arm_compute/core/CL/ICLDistribution1D.h" -#include "arm_compute/core/CL/ICLHOG.h" -#include "arm_compute/core/CL/ICLLut.h" -#include "arm_compute/core/CL/ICLMultiHOG.h" -#include "arm_compute/core/CL/ICLMultiImage.h" #include "arm_compute/core/CL/ICLTensor.h" #include "utils/TypePrinter.h" @@ -52,34 +45,16 @@ TracePoint::Args &&operator<<(TracePoint::Args &&tp, const ICLTensor *arg) } ARM_COMPUTE_TRACE_TO_STRING(std::vector) -ARM_COMPUTE_TRACE_TO_STRING(ICLMultiImage) -ARM_COMPUTE_TRACE_TO_STRING(ICLDetectionWindowArray) -ARM_COMPUTE_TRACE_TO_STRING(ICLKeyPointArray) ARM_COMPUTE_TRACE_TO_STRING(ICLLKInternalKeypointArray) ARM_COMPUTE_TRACE_TO_STRING(ICLCoefficientTableArray) -ARM_COMPUTE_TRACE_TO_STRING(ICLCoordinates2DArray) ARM_COMPUTE_TRACE_TO_STRING(ICLOldValArray) ARM_COMPUTE_TRACE_TO_STRING(cl::Buffer) -ARM_COMPUTE_TRACE_TO_STRING(ICLDistribution1D) -ARM_COMPUTE_TRACE_TO_STRING(ICLMultiHOG) -ARM_COMPUTE_TRACE_TO_STRING(ICLHOG) -ARM_COMPUTE_TRACE_TO_STRING(ICLLut) -ARM_COMPUTE_TRACE_TO_STRING(ICLSize2DArray) ARM_COMPUTE_TRACE_TO_STRING(std::vector) ARM_COMPUTE_CONST_PTR_CLASS(std::vector) -ARM_COMPUTE_CONST_PTR_CLASS(ICLMultiImage) -ARM_COMPUTE_CONST_PTR_CLASS(ICLDetectionWindowArray) -ARM_COMPUTE_CONST_PTR_CLASS(ICLKeyPointArray) ARM_COMPUTE_CONST_PTR_CLASS(ICLLKInternalKeypointArray) ARM_COMPUTE_CONST_PTR_CLASS(ICLCoefficientTableArray) -ARM_COMPUTE_CONST_PTR_CLASS(ICLCoordinates2DArray) ARM_COMPUTE_CONST_PTR_CLASS(ICLOldValArray) ARM_COMPUTE_CONST_PTR_CLASS(cl::Buffer) -ARM_COMPUTE_CONST_PTR_CLASS(ICLDistribution1D) -ARM_COMPUTE_CONST_PTR_CLASS(ICLMultiHOG) -ARM_COMPUTE_CONST_PTR_CLASS(ICLHOG) -ARM_COMPUTE_CONST_PTR_CLASS(ICLLut) -ARM_COMPUTE_CONST_PTR_CLASS(ICLSize2DArray) ARM_COMPUTE_CONST_PTR_CLASS(std::vector) } // namespace arm_compute -- cgit v1.2.1