aboutsummaryrefslogtreecommitdiff
path: root/delegate/src
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2022-10-10 10:06:12 +0100
committerColm Donelan <colm.donelan@arm.com>2022-10-21 16:21:17 +0100
commit718966fea8863edb0f91218cb28aeb32d17cb9c7 (patch)
tree464f4cbc36cb689e14b0295b01e55a461a1a0c42 /delegate/src
parent81b88a2abfcb3d5afd3ae49bfdb628df2fd9d3f9 (diff)
downloadarmnn-718966fea8863edb0f91218cb28aeb32d17cb9c7.tar.gz
IVGCVSW-7126 Update Arm NN to Tensorflow 2.10
* Modify get_tensorflow.sh to point to the 2.10 Tensorflow tag. * Modify FindTfLite.cmake to handle the break up of libruy.a * Modify armnn_delegate.cpp to add registration_external field. * Prevent the serializer/deserializer from using a system installed version of flatc. Signed-off-by: Colm Donelan <colm.donelan@arm.com> Change-Id: I688f33f387924ba29bf400f60e56f73b2329fdc1
Diffstat (limited to 'delegate/src')
-rw-r--r--delegate/src/armnn_delegate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/delegate/src/armnn_delegate.cpp b/delegate/src/armnn_delegate.cpp
index 21c66fe706..4e99335d16 100644
--- a/delegate/src/armnn_delegate.cpp
+++ b/delegate/src/armnn_delegate.cpp
@@ -119,6 +119,7 @@ TfLiteStatus DoPrepare(TfLiteContext* tfLiteContext, TfLiteDelegate* tfLiteDeleg
.builtin_code = kTfLiteBuiltinDelegate,
.custom_name = "TfLiteArmNnDelegate",
.version = 1,
+ .registration_external = nullptr,
};
const TfLiteStatus status =