IVGCVSW-5396 TfLiteDelegate: Implement the Resize operators
authorJan Eilers <jan.eilers@arm.com>
Tue, 10 Nov 2020 18:43:23 +0000 (18:43 +0000)
committerJim Flynn <jim.flynn@arm.com>
Thu, 12 Nov 2020 15:23:45 +0000 (15:23 +0000)
commite339bf681f13990c7db7c656b75c011e84c290a9
tree08c9890978b68bcb2b702233cdd938199f4a691c
parenteca97819e4e7217776ad8f3ad2fcc1ef14e2761e
IVGCVSW-5396 TfLiteDelegate: Implement the Resize operators

* Added resize biliniear and nearest neighbour operator
  support to the tflite delegate

Signed-off-by: Jan Eilers <jan.eilers@arm.com>
Change-Id: Id0113d6b865ea282c6f4de55e8419a6244a35f0e
delegate/CMakeLists.txt
delegate/src/Resize.hpp
delegate/src/test/ResizeTest.cpp [new file with mode: 0644]
delegate/src/test/ResizeTestHelper.hpp [new file with mode: 0644]
delegate/src/test/TestUtils.hpp [new file with mode: 0644]