aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/backend/armnn_tflite_delegate/ops/__init__.py
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2023-08-14 14:17:45 +0100
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2023-08-21 13:10:05 +0100
commit87647b7bf1ee89b20aa87768ec8c82f329082db0 (patch)
tree4cdea8590e8f82bb1ba1322033e00c37b5ee178c /src/mlia/backend/armnn_tflite_delegate/ops/__init__.py
parenta202a1a26c74fef898fb302c621ccfc258fa688c (diff)
downloadmlia-87647b7bf1ee89b20aa87768ec8c82f329082db0.tar.gz
MLIA-881 Update compatible operators for Cortex-A
Update the compatibility information of the backend for ArmNN TensorFlow Lite Delegate (classic) to version 23.05. Change-Id: I84693842d1a883f7083a6faf7d5ddcd5ecc34e5d Signed-off-by: Benjamin Klimczak <benjamin.klimczak@arm.com>
Diffstat (limited to 'src/mlia/backend/armnn_tflite_delegate/ops/__init__.py')
-rw-r--r--src/mlia/backend/armnn_tflite_delegate/ops/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mlia/backend/armnn_tflite_delegate/ops/__init__.py b/src/mlia/backend/armnn_tflite_delegate/ops/__init__.py
new file mode 100644
index 0000000..3173d8a
--- /dev/null
+++ b/src/mlia/backend/armnn_tflite_delegate/ops/__init__.py
@@ -0,0 +1,3 @@
+# SPDX-FileCopyrightText: Copyright 2023, Arm Limited and/or its affiliates.
+# SPDX-License-Identifier: Apache-2.0
+"""Operator support of the ArmNN TensorFlow Lite Delegate."""