IVGCVSW-5383 TfLiteDelegate: Implement Pad and PadV2 operators
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Thu, 17 Dec 2020 12:17:58 +0000 (12:17 +0000)
committerJim Flynn <jim.flynn@arm.com>
Thu, 17 Dec 2020 15:39:37 +0000 (15:39 +0000)
commit958024be8f5c54f6e2a2930d40da62fda451bba7
treebf9cc93592a3a3fd9ca15d8a85edfda8204e67cf
parent019840d1161738aefd6ebd32ccf4e72e618cae15
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 <narumol.prangnawarat@arm.com>
Change-Id: I9d00eb08f71e791498908fcbdb9de561e1c01aef
delegate/CMakeLists.txt
delegate/TensorFlowLiteDelegateSupport.md
delegate/src/Pad.hpp
delegate/src/test/PadTest.cpp [new file with mode: 0644]
delegate/src/test/PadTestHelper.hpp [new file with mode: 0644]
delegate/src/test/TestUtils.hpp