aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS-TensorFlow
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2023-11-21 15:44:13 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2023-12-13 14:33:54 +0000
commitce65588484ed1e553bdebf24123a30b5575f1bce (patch)
treeba5229241cdeee6d9c6ed0c0db9ffbd510574b34 /AUTHORS-TensorFlow
parent1685bcca5dae227d90be62b36d66e9897298ce84 (diff)
downloadarmnn-ce65588484ed1e553bdebf24123a30b5575f1bce.tar.gz
Add Resize Nearest Neighbour support to TOSA Reference Backend
* Add support for quantized data in TosaRefPreCompiledWorkloadGetOutput. * Remove extra includes from all TOSA operators headers. * Added positive and negative unit tests for resize. * Resolves: IVGCVSW-7346 Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ib6e30d018a7a1bf26b380fc794560aae108b26c3
Diffstat (limited to 'AUTHORS-TensorFlow')
-rw-r--r--AUTHORS-TensorFlow11
1 files changed, 11 insertions, 0 deletions
diff --git a/AUTHORS-TensorFlow b/AUTHORS-TensorFlow
new file mode 100644
index 0000000000..f4f92e15cb
--- /dev/null
+++ b/AUTHORS-TensorFlow
@@ -0,0 +1,11 @@
+# This is the official list of TensorFlow authors for copyright purposes.
+# This file is distinct from the CONTRIBUTORS files.
+# See the latter for an explanation.
+
+# Names should be added to this file as:
+# Name or Organization <email address>
+# The email address is not required for organizations.
+
+Google Inc.
+Yuan Tang <terrytangyuan@gmail.com>
+Arm Ltd \ No newline at end of file