From 47c1ddb71932a7c67948939d6a3c73927160cf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89anna=20=C3=93=20Cath=C3=A1in?= Date: Fri, 12 Oct 2018 14:24:13 +0100 Subject: MLCE-51 MaxPool + Add Unit test Change-Id: Id1619ce72a862841439b68e51113febfb0e38fcc --- src/backends/test/LayerTests.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backends/test/LayerTests.hpp') diff --git a/src/backends/test/LayerTests.hpp b/src/backends/test/LayerTests.hpp index 9f8cd3ff25..6687439ddf 100644 --- a/src/backends/test/LayerTests.hpp +++ b/src/backends/test/LayerTests.hpp @@ -376,3 +376,4 @@ LayerTestResult MeanFloatKeepDimsTest(armnn::IWorkloadFactory& workloa LayerTestResult MeanFloatMultipleDimsTest(armnn::IWorkloadFactory& workloadFactory); LayerTestResult MeanVtsFloat1Test(armnn::IWorkloadFactory& workloadFactory); LayerTestResult MeanVtsFloat2Test(armnn::IWorkloadFactory& workloadFactory); +LayerTestResult AdditionAfterMaxPoolTest(armnn::IWorkloadFactory& workloadFactory); \ No newline at end of file -- cgit v1.2.1