From 041b3c0d416d94b1aa4efa41960808b7e5e61f25 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Thu, 4 Jun 2020 10:32:18 +0100 Subject: IVGCVSW-4904 Refactor CpuRef PAD Workload * Refactored templated workload creation * Added int8_t unit tests Signed-off-by: Sadik Armagan Change-Id: I018b7f9f20496b5f9d7445901fe0d3dd04199cd0 --- src/backends/reference/test/RefLayerTests.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/backends/reference/test') diff --git a/src/backends/reference/test/RefLayerTests.cpp b/src/backends/reference/test/RefLayerTests.cpp index fc71eea713..eb2d0c55d9 100644 --- a/src/backends/reference/test/RefLayerTests.cpp +++ b/src/backends/reference/test/RefLayerTests.cpp @@ -1146,6 +1146,11 @@ ARMNN_AUTO_TEST_CASE(Pad2dQSymm16CustomPadding, Pad2dTestCommon, 2.0f, 0) ARMNN_AUTO_TEST_CASE(Pad4dQSymm16, Pad4dTestCommon, 2.0f, 0) +ARMNN_AUTO_TEST_CASE(PadInt82d, PadInt82dTest) +ARMNN_AUTO_TEST_CASE(PadInt82dCustomPadding, PadInt82dCustomPaddingTest) +ARMNN_AUTO_TEST_CASE(PadInt83d, PadInt83dTest) +ARMNN_AUTO_TEST_CASE(PadInt84d, PadInt84dTest) + // Constant ARMNN_AUTO_TEST_CASE(Constant, ConstantTest) ARMNN_AUTO_TEST_CASE(ConstantUint8, ConstantUint8CustomQuantizationScaleAndOffsetTest) -- cgit v1.2.1