aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/CL/PoolingLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/CL/PoolingLayer.cpp')
-rw-r--r--tests/benchmark_new/CL/PoolingLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark_new/CL/PoolingLayer.cpp b/tests/benchmark_new/CL/PoolingLayer.cpp
index 39da61b0fe..125907bff5 100644
--- a/tests/benchmark_new/CL/PoolingLayer.cpp
+++ b/tests/benchmark_new/CL/PoolingLayer.cpp
@@ -39,7 +39,7 @@ namespace arm_compute
{
namespace test
{
-using CLPoolingLayerFixture = PoolingLayerFixture<CLTensor, CLPoolingLayer, cl::CLAccessor>;
+using CLPoolingLayerFixture = PoolingLayerFixture<CLTensor, CLPoolingLayer, CLAccessor>;
TEST_SUITE(CL)