IVGCVSW-5387 TfLiteDelegate: Implement the Pooling operators
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Mon, 9 Nov 2020 18:42:11 +0000 (18:42 +0000)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Tue, 10 Nov 2020 17:00:23 +0000 (17:00 +0000)
commit50c87d39173cb48fc216ccb585714b669b095611
treeb819c3cd7bae2d4f408f7e354370d7c5199b6429
parent0d35a93d68e321e8c4b16baa8b9754b98cc9faf3
IVGCVSW-5387 TfLiteDelegate: Implement the Pooling operators

 * Implement MaxPool2d operators
 * Add QAsymmS8 to armnn delegate
 * Unit tests

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: I1815ade6ccda3e9331bd3a68e164be0f6947e9df
delegate/CMakeLists.txt
delegate/src/DelegateUtils.hpp
delegate/src/Pooling.hpp
delegate/src/test/Pooling2dTest.cpp [new file with mode: 0644]
delegate/src/test/Pooling2dTestHelper.hpp [new file with mode: 0644]