aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/system_tests/NEON/LeNet5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/system_tests/NEON/LeNet5.cpp')
-rw-r--r--tests/validation/system_tests/NEON/LeNet5.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/validation/system_tests/NEON/LeNet5.cpp b/tests/validation/system_tests/NEON/LeNet5.cpp
index ace8011d9b..c745613959 100644
--- a/tests/validation/system_tests/NEON/LeNet5.cpp
+++ b/tests/validation/system_tests/NEON/LeNet5.cpp
@@ -45,7 +45,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#include "NEON/NEAccessor.h"
+#include "NEON/Accessor.h"
#include "validation/Validation.h"
#include "arm_compute/runtime/NEON/functions/NEActivationLayer.h"
@@ -58,13 +58,12 @@
using namespace arm_compute;
using namespace arm_compute::test;
-using namespace arm_compute::test::neon;
using namespace arm_compute::test::validation;
namespace
{
using NELeNet5Model = model_objects::LeNet5<Tensor,
- NEAccessor,
+ Accessor,
NEActivationLayer,
NEConvolutionLayer,
NEFullyConnectedLayer,