aboutsummaryrefslogtreecommitdiff
path: root/1.0
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-09-07 09:25:10 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-18 12:40:42 +0100
commit8b287c23f5141102555ba869a34397ec720a3e4f (patch)
tree4a60d9c806669aad06816414601ac532946d6878 /1.0
parent77605826a353981d41f0ee346850d411770535f8 (diff)
downloadandroid-nn-driver-8b287c23f5141102555ba869a34397ec720a3e4f.tar.gz
IVGCVSW-1806 More Android NN Driver refactoring
* Changed #if defined to #ifdef * Simplified the Android ML namespace resolution * Fixed the relative path in some include directives Change-Id: I46e46faff98559c8042c1a4b8b82007f462df57d
Diffstat (limited to '1.0')
-rw-r--r--1.0/ArmnnDriver.hpp4
-rw-r--r--1.0/HalPolicy.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/1.0/ArmnnDriver.hpp b/1.0/ArmnnDriver.hpp
index a048973f..52c34c46 100644
--- a/1.0/ArmnnDriver.hpp
+++ b/1.0/ArmnnDriver.hpp
@@ -7,7 +7,7 @@
#include <HalInterfaces.h>
-#include "ArmnnDevice.hpp"
+#include "../ArmnnDevice.hpp"
#include "ArmnnDriverImpl.hpp"
#include "HalPolicy.hpp"
@@ -67,4 +67,4 @@ public:
};
} // namespace hal_1_0
-} // namespace armnn_driver \ No newline at end of file
+} // namespace armnn_driver
diff --git a/1.0/HalPolicy.hpp b/1.0/HalPolicy.hpp
index fe41d073..484a99b2 100644
--- a/1.0/HalPolicy.hpp
+++ b/1.0/HalPolicy.hpp
@@ -5,7 +5,7 @@
#pragma once
-#include "ConversionUtils.hpp"
+#include "../ConversionUtils.hpp"
#include <HalInterfaces.h>