From ce65588484ed1e553bdebf24123a30b5575f1bce Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 21 Nov 2023 15:44:13 +0000 Subject: 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 Change-Id: Ib6e30d018a7a1bf26b380fc794560aae108b26c3 --- AUTHORS-TensorFlow | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 AUTHORS-TensorFlow (limited to 'AUTHORS-TensorFlow') 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 +# The email address is not required for organizations. + +Google Inc. +Yuan Tang +Arm Ltd \ No newline at end of file -- cgit v1.2.1