aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/NEON/FullyConnectedLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/NEON/FullyConnectedLayer.cpp')
-rw-r--r--tests/benchmark_new/NEON/FullyConnectedLayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark_new/NEON/FullyConnectedLayer.cpp b/tests/benchmark_new/NEON/FullyConnectedLayer.cpp
index 5fa139ec7f..eb5612348a 100644
--- a/tests/benchmark_new/NEON/FullyConnectedLayer.cpp
+++ b/tests/benchmark_new/NEON/FullyConnectedLayer.cpp
@@ -28,7 +28,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/AlexNetFullyConnectedLayerDataset.h"
#include "tests/datasets_new/GoogLeNetFullyConnectedLayerDataset.h"
@@ -39,7 +39,7 @@ namespace arm_compute
{
namespace test
{
-using NEFullyConnectedLayerFixture = FullyConnectedLayerFixture<Tensor, NEFullyConnectedLayer, neon::NEAccessor>;
+using NEFullyConnectedLayerFixture = FullyConnectedLayerFixture<Tensor, NEFullyConnectedLayer, Accessor>;
TEST_SUITE(NEON)