aboutsummaryrefslogtreecommitdiff
path: root/1.1/HalPolicy.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-06-14 14:54:52 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-06-14 14:04:58 +0000
commitcd700e4f0db201bc3066605058dc1c87d483833f (patch)
tree9aeb9d488391d1010165478c0cb7d9397c7f2c76 /1.1/HalPolicy.hpp
parente205318c65191990ad5f3e388a0301bc91d88696 (diff)
downloadandroid-nn-driver-cd700e4f0db201bc3066605058dc1c87d483833f.tar.gz
IVGCVSW-3280 Refactor conversion methods to depend only on HalPolicy
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I162cdca922655d1bd71b18fc5d2937351f8879be
Diffstat (limited to '1.1/HalPolicy.hpp')
-rw-r--r--1.1/HalPolicy.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp
index da0f7e41..dd8558b3 100644
--- a/1.1/HalPolicy.hpp
+++ b/1.1/HalPolicy.hpp
@@ -19,6 +19,7 @@ class HalPolicy
public:
using Model = V1_1::Model;
using Operand = V1_0::Operand;
+ using OperandLifeTime = V1_0::OperandLifeTime;
using OperandType = V1_0::OperandType;
using Operation = V1_1::Operation;
using OperationType = V1_1::OperationType;