aboutsummaryrefslogtreecommitdiff
path: root/1.1/ArmnnDriverImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to '1.1/ArmnnDriverImpl.hpp')
-rw-r--r--1.1/ArmnnDriverImpl.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/1.1/ArmnnDriverImpl.hpp b/1.1/ArmnnDriverImpl.hpp
index 4308bacb..f49dee0e 100644
--- a/1.1/ArmnnDriverImpl.hpp
+++ b/1.1/ArmnnDriverImpl.hpp
@@ -11,6 +11,14 @@
#include <armnn/ArmNN.hpp>
+#ifdef ARMNN_ANDROID_R
+using namespace android::nn::hal;
+#endif
+
+
+namespace V1_0 = ::android::hardware::neuralnetworks::V1_0;
+namespace V1_1 = ::android::hardware::neuralnetworks::V1_1;
+
namespace armnn_driver
{
namespace hal_1_1