From e48bdff741568236d3c0747ad3d18a8eba5b36dd Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Mon, 3 Sep 2018 13:50:50 +0100 Subject: IVGCVSW-1806 Refactored Android-NN-Driver, added common "getCapabilities", "getSupportedOperations" and "prepareModel" implementations * Added common base ArmnnDriverImpl class * Added common template implementation of the driver's "getCapabilities", "getSupportedOperations" and "prepareModel" methods * Refactored ArmnnPreparedModel and RequestThread to support HAL v1.1 models * Moved "getStatus" to the common base class, as it is shared by both HAL implementations * Refactored the code where necessary Change-Id: I747334730026d63b4002662523fb93608f67c899 --- ArmnnDevice.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ArmnnDevice.cpp') diff --git a/ArmnnDevice.cpp b/ArmnnDevice.cpp index 3e0b0da2..81e8eaca 100644 --- a/ArmnnDevice.cpp +++ b/ArmnnDevice.cpp @@ -3,6 +3,8 @@ // See LICENSE file in the project root for full license information. // +#define LOG_TAG "ArmnnDriver" + #include "ArmnnDevice.hpp" #include -- cgit v1.2.1