aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/NEON/ActivationLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/NEON/ActivationLayer.cpp')
-rw-r--r--tests/benchmark_new/NEON/ActivationLayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark_new/NEON/ActivationLayer.cpp b/tests/benchmark_new/NEON/ActivationLayer.cpp
index 21e4369aa2..53b401a1ce 100644
--- a/tests/benchmark_new/NEON/ActivationLayer.cpp
+++ b/tests/benchmark_new/NEON/ActivationLayer.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/ActivationLayerDataset.h"
#include "tests/fixtures_new/ActivationLayerFixture.h"
@@ -48,7 +48,7 @@ const auto lenet_data_types = framework::dataset::make("DataType", { DataType:
#endif /* ARM_COMPUTE_ENABLE_FP16 */
} // namespace
-using NEActivationLayerFixture = ActivationLayerFixture<Tensor, NEActivationLayer, neon::NEAccessor>;
+using NEActivationLayerFixture = ActivationLayerFixture<Tensor, NEActivationLayer, Accessor>;
TEST_SUITE(NEON)