From 912b36224f19952663ebd3edc2a69d9031662fd1 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Fri, 3 May 2019 15:49:14 +0100 Subject: IVGCVSW-2911 Work towards compatibility with Q Explicitly use HAL V1_0 Operand, OperandType, and IPreparedModelCallback Change-Id: If6aa6e9dc1bd0b7673ec247ac3560e7f072ef699 Signed-off-by: Matthew Bentham --- 1.0/ArmnnDriver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '1.0/ArmnnDriver.hpp') diff --git a/1.0/ArmnnDriver.hpp b/1.0/ArmnnDriver.hpp index 52c34c46..035d4484 100644 --- a/1.0/ArmnnDriver.hpp +++ b/1.0/ArmnnDriver.hpp @@ -47,7 +47,7 @@ public: } Return prepareModel(const V1_0::Model& model, - const android::sp& cb) override + const android::sp& cb) override { ALOGV("hal_1_0::ArmnnDriver::prepareModel()"); -- cgit v1.2.1