From 76d0c4c6ff4f2dc71f9d3a73ad6f051d2562135b Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Thu, 7 Sep 2023 14:48:56 +0100 Subject: IVGCVSW-7954 Upgrade Arm NN to Tensorflow 2.14 * Added initializers for async_kernel and inplace_operator during Classic Delegate registration. * Updated failing Delegate unit tests. * Updated experimental Opaque Delegate header paths. * Updated libraries in FindTfLite.cmake for building with a debug TensorFlow build. * Update get_tensorflow.sh to TensorFlow 2.14 Signed-off-by: Matthew Sloyan Signed-off-by: Idriss Chaouch Change-Id: I084d54bcd1cd941d7cab8122bc244d94821ce6fc --- delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp') diff --git a/delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp b/delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp index 2669bc8480..9d255b1126 100644 --- a/delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp +++ b/delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp @@ -7,10 +7,6 @@ #include #include -#include - -#include -#include namespace armnnOpaqueDelegate { -- cgit v1.2.1