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 --- 1.1/ArmnnDriverImpl.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '1.1/ArmnnDriverImpl.hpp') diff --git a/1.1/ArmnnDriverImpl.hpp b/1.1/ArmnnDriverImpl.hpp index bdb25854..4308bacb 100644 --- a/1.1/ArmnnDriverImpl.hpp +++ b/1.1/ArmnnDriverImpl.hpp @@ -13,16 +13,15 @@ namespace armnn_driver { -namespace V1_1 +namespace hal_1_1 { class ArmnnDriverImpl { public: - static Return getCapabilities_1_1( - const armnn::IRuntimePtr& runtime, - ::android::hardware::neuralnetworks::V1_1::IDevice::getCapabilities_1_1_cb cb); + static Return getCapabilities_1_1(const armnn::IRuntimePtr& runtime, + V1_1::IDevice::getCapabilities_1_1_cb cb); }; -} // namespace armnn_driver::V1_1 +} // namespace hal_1_1 } // namespace armnn_driver -- cgit v1.2.1