aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp')
-rw-r--r--tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp b/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
index 07d87fd548..e97919a21f 100644
--- a/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
+++ b/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
@@ -34,7 +34,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/datasets_new/ActivationLayerDataset.h"
#include "tests/fixtures_new/AlexNetFixture.h"
@@ -46,7 +46,7 @@ namespace test
using NEAlexNetFixture = AlexNetFixture<ITensor,
Tensor,
SubTensor,
- neon::NEAccessor,
+ Accessor,
NEActivationLayer,
NEConvolutionLayer,
NEFullyConnectedLayer,