From 958024be8f5c54f6e2a2930d40da62fda451bba7 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 17 Dec 2020 12:17:58 +0000 Subject: IVGCVSW-5383 TfLiteDelegate: Implement Pad and PadV2 operators * Add Pad and PadV2 operators support to Armnn Delegate * Add dimension check to CompareOutputData test utility * Unit tests Signed-off-by: Narumol Prangnawarat Change-Id: I9d00eb08f71e791498908fcbdb9de561e1c01aef --- delegate/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'delegate/CMakeLists.txt') diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt index 9be2f44d44..c052be2e51 100644 --- a/delegate/CMakeLists.txt +++ b/delegate/CMakeLists.txt @@ -117,6 +117,8 @@ if(BUILD_UNIT_TESTS) src/test/GatherTestHelper.hpp src/test/LogicalTest.cpp src/test/LogicalTestHelper.hpp + src/test/PadTest.cpp + src/test/PadTestHelper.hpp src/test/Pooling2dTest.cpp src/test/Pooling2dTestHelper.hpp src/test/QuantizationTest.cpp -- cgit v1.2.1