aboutsummaryrefslogtreecommitdiff
path: root/RequestThread.hpp
diff options
context:
space:
mode:
authorarovir01 <Aron.Virginas-Tar@arm.com>2018-09-05 17:03:25 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-18 12:40:40 +0100
commitb0717b5241a15e3e4d37a1b51b6e5fd9a92a664f (patch)
tree84159d2eb142f12081c494483c07012e8ebee8cb /RequestThread.hpp
parent93e48980920ddcc8c6390fa6cbfdfc9740786617 (diff)
downloadandroid-nn-driver-b0717b5241a15e3e4d37a1b51b6e5fd9a92a664f.tar.gz
IVGCVSW-1806: Refactor Android-NN-Driver ModelToINetworkConverter
* Moved conversion logic into new V1_0 and V1_1 HalPolicy classes * Extracted common helper functions into ConversionUtils class Change-Id: I1ab50edc266dd528c0cb22a5cd1aa65e103674d9
Diffstat (limited to 'RequestThread.hpp')
-rw-r--r--RequestThread.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/RequestThread.hpp b/RequestThread.hpp
index 23b71e57..53f145b4 100644
--- a/RequestThread.hpp
+++ b/RequestThread.hpp
@@ -104,5 +104,4 @@ private:
std::condition_variable m_Cv;
};
-} // namespace armnn_driver
-
+} // namespace armnn_driver \ No newline at end of file