From c4fb0dd4145e05123c546458ba5d281abfcc2b28 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Thu, 16 Mar 2023 17:01:56 +0000 Subject: IVGCVSW-7556 Introduce Opaque Delegate API * Also added cmake for the new layers to reduce merge conflicts. Signed-off-by: Francis Murtagh Change-Id: Ieb59aa2b7e2a18c57c9357b8d5b5cd63d8211c85 --- delegate/classic/src/Convolution.hpp | 2 +- delegate/classic/src/SharedFunctions.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'delegate/classic/src') diff --git a/delegate/classic/src/Convolution.hpp b/delegate/classic/src/Convolution.hpp index f6a50615fc..8963d2ead8 100644 --- a/delegate/classic/src/Convolution.hpp +++ b/delegate/classic/src/Convolution.hpp @@ -12,7 +12,7 @@ #include #include #include -#include "tensorflow/lite/kernels/internal/tensor.h" +#include namespace armnnDelegate { diff --git a/delegate/classic/src/SharedFunctions.cpp b/delegate/classic/src/SharedFunctions.cpp index 8de7d9c933..37e1c7fc64 100644 --- a/delegate/classic/src/SharedFunctions.cpp +++ b/delegate/classic/src/SharedFunctions.cpp @@ -8,10 +8,10 @@ #include -#include "tensorflow/lite/builtin_ops.h" -#include "tensorflow/lite/c/builtin_op_data.h" -#include "tensorflow/lite/c/common.h" -#include "tensorflow/lite/minimal_logging.h" +#include +#include +#include +#include namespace armnnDelegate { -- cgit v1.2.1