summaryrefslogtreecommitdiff
path: root/nn/common/operations/EmbeddingLookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/common/operations/EmbeddingLookup.cpp')
-rw-r--r--nn/common/operations/EmbeddingLookup.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/nn/common/operations/EmbeddingLookup.cpp b/nn/common/operations/EmbeddingLookup.cpp
index 12e4a65a9..5ff26e8e0 100644
--- a/nn/common/operations/EmbeddingLookup.cpp
+++ b/nn/common/operations/EmbeddingLookup.cpp
@@ -19,7 +19,6 @@
#include "EmbeddingLookup.h"
#include "CpuExecutor.h"
-#include "HalInterfaces.h"
#include "Operations.h"
#include "Tracing.h"
@@ -27,8 +26,6 @@
namespace android {
namespace nn {
-using namespace hal;
-
EmbeddingLookup::EmbeddingLookup(const Operation& operation, RunTimeOperandInfo* operands) {
value_ = GetInput(operation, operands, kValueTensor);
lookup_ = GetInput(operation, operands, kLookupTensor);