aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/NEON/SYSTEM/LeNet5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/NEON/SYSTEM/LeNet5.cpp')
-rw-r--r--tests/benchmark_new/NEON/SYSTEM/LeNet5.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark_new/NEON/SYSTEM/LeNet5.cpp b/tests/benchmark_new/NEON/SYSTEM/LeNet5.cpp
index da1ce2c3e5..2375c52a1c 100644
--- a/tests/benchmark_new/NEON/SYSTEM/LeNet5.cpp
+++ b/tests/benchmark_new/NEON/SYSTEM/LeNet5.cpp
@@ -32,7 +32,7 @@
#include "arm_compute/runtime/TensorAllocator.h"
#include "framework/Macros.h"
#include "framework/datasets/Datasets.h"
-#include "tests/NEON/NEAccessor.h"
+#include "tests/NEON/Accessor.h"
#include "tests/TypePrinter.h"
#include "tests/fixtures_new/LeNet5Fixture.h"
@@ -41,7 +41,7 @@ namespace arm_compute
namespace test
{
using NELeNet5Fixture = LeNet5Fixture<Tensor,
- neon::NEAccessor,
+ Accessor,
NEActivationLayer,
NEConvolutionLayer,
NEFullyConnectedLayer,