aboutsummaryrefslogtreecommitdiff
path: root/src/backends/test/ArmComputeCl.cpp
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2018-10-05 14:08:48 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:58 +0100
commit043d0d0e07e0a29648894cb9ba68993e540bb94d (patch)
tree8f757c83d11ba0472f6b636f8ce8fa5b2f3e620e /src/backends/test/ArmComputeCl.cpp
parent7c22c70418192cf5803ae60dd2da041b0a6aafe5 (diff)
downloadarmnn-043d0d0e07e0a29648894cb9ba68993e540bb94d.tar.gz
IVGCVSW-1860 Support NHWC for Pooling2D
Change-Id: I9059a292e47867df82a5efbba5808fd264949ec9
Diffstat (limited to 'src/backends/test/ArmComputeCl.cpp')
-rw-r--r--src/backends/test/ArmComputeCl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/test/ArmComputeCl.cpp b/src/backends/test/ArmComputeCl.cpp
index faa3d4f37b..f4ead34c58 100644
--- a/src/backends/test/ArmComputeCl.cpp
+++ b/src/backends/test/ArmComputeCl.cpp
@@ -122,6 +122,7 @@ ARMNN_AUTO_TEST_CASE(IgnorePaddingL2Pooling2dSize3, IgnorePaddingL2Pooling2dSize
ARMNN_AUTO_TEST_CASE(UNSUPPORTED_IgnorePaddingL2Pooling2dSize3Uint8, IgnorePaddingL2Pooling2dSize3Uint8Test)
ARMNN_AUTO_TEST_CASE(SimpleAveragePooling2d, SimpleAveragePooling2dTest)
+ARMNN_AUTO_TEST_CASE(SimpleAveragePooling2dNhwc, SimpleAveragePooling2dNhwcTest)
ARMNN_AUTO_TEST_CASE(SimpleAveragePooling2dUint8, SimpleAveragePooling2dUint8Test)
ARMNN_AUTO_TEST_CASE(IgnorePaddingAveragePooling2dSize3x2Stride2x2,
IgnorePaddingAveragePooling2dSize3x2Stride2x2Test,