From b0717b5241a15e3e4d37a1b51b6e5fd9a92a664f Mon Sep 17 00:00:00 2001 From: arovir01 Date: Wed, 5 Sep 2018 17:03:25 +0100 Subject: 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 --- RequestThread.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'RequestThread.hpp') 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 -- cgit v1.2.1