summaryrefslogtreecommitdiff
path: root/nn/common/operations/Neg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/common/operations/Neg.cpp')
-rw-r--r--nn/common/operations/Neg.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/nn/common/operations/Neg.cpp b/nn/common/operations/Neg.cpp
index 48d962c9a..bf2172704 100644
--- a/nn/common/operations/Neg.cpp
+++ b/nn/common/operations/Neg.cpp
@@ -16,7 +16,6 @@
#define LOG_TAG "Operations"
-#include "HalInterfaces.h"
#include "OperationResolver.h"
#include "OperationsUtils.h"
#include "Tracing.h"
@@ -37,8 +36,6 @@ constexpr uint32_t kOutputTensor = 0;
namespace {
-using namespace hal;
-
template <typename T>
inline bool compute(const T* input, const Shape& shape, T* output) {
const auto size = getNumberOfElements(shape);