aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEIm2Col.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEIm2Col.cpp')
-rw-r--r--src/runtime/NEON/functions/NEIm2Col.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/runtime/NEON/functions/NEIm2Col.cpp b/src/runtime/NEON/functions/NEIm2Col.cpp
index 9102fca7f6..2a6972918e 100644
--- a/src/runtime/NEON/functions/NEIm2Col.cpp
+++ b/src/runtime/NEON/functions/NEIm2Col.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -27,8 +27,8 @@
#include "arm_compute/runtime/NEON/NEScheduler.h"
#include "support/ToolchainSupport.h"
-using namespace arm_compute;
-
+namespace arm_compute
+{
NEIm2Col::NEIm2Col()
: _kernel(), _y_dim(1)
{
@@ -51,3 +51,4 @@ void NEIm2Col::run()
{
NEScheduler::get().schedule(&_kernel, _y_dim);
}
+} // namespace arm_compute \ No newline at end of file