summaryrefslogtreecommitdiff
path: root/nn/common/operations/QuantizedLSTM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/common/operations/QuantizedLSTM.cpp')
-rw-r--r--nn/common/operations/QuantizedLSTM.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/nn/common/operations/QuantizedLSTM.cpp b/nn/common/operations/QuantizedLSTM.cpp
index e059026ff..f07bc0a40 100644
--- a/nn/common/operations/QuantizedLSTM.cpp
+++ b/nn/common/operations/QuantizedLSTM.cpp
@@ -20,7 +20,6 @@
#include "CpuExecutor.h"
#include "CpuOperationUtils.h"
-#include "HalInterfaces.h"
#include "Tracing.h"
@@ -34,8 +33,6 @@ namespace nn {
namespace {
-using namespace hal;
-
template <typename T>
inline T* GetBuffer(RunTimeOperandInfo* operand) {
return reinterpret_cast<T*>(operand->buffer);