aboutsummaryrefslogtreecommitdiff
path: root/1.1
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-05-03 22:54:36 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-05-07 08:24:25 +0000
commit9e80cd2195e64902951c3207b0d2aa82fe77c61f (patch)
tree659baacd57a99854817f5556224ee44a00beaff9 /1.1
parent912b36224f19952663ebd3edc2a69d9031662fd1 (diff)
downloadandroid-nn-driver-9e80cd2195e64902951c3207b0d2aa82fe77c61f.tar.gz
IVGCVSW-2911 More Q compatiblity
Changes needed to RequestThread and ArmnnPreparedModel to compile in the Q environment Change-Id: Ib072afa1fe6a6a1b0931df79cec76cfac8b21f0c Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
Diffstat (limited to '1.1')
-rw-r--r--1.1/HalPolicy.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp
index bcaf5637..da0f7e41 100644
--- a/1.1/HalPolicy.hpp
+++ b/1.1/HalPolicy.hpp
@@ -18,6 +18,8 @@ class HalPolicy
{
public:
using Model = V1_1::Model;
+ using Operand = V1_0::Operand;
+ using OperandType = V1_0::OperandType;
using Operation = V1_1::Operation;
using OperationType = V1_1::OperationType;
using getSupportedOperations_cb = V1_1::IDevice::getSupportedOperations_1_1_cb;