From 188675fd7e7239f56212d72f8ac10598de87e76a Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Fri, 12 Feb 2021 17:16:42 +0000 Subject: IVGCVSW-5665 Basic NN Driver support for next OS Version Signed-off-by: Kevin May Signed-off-by: Sadik Armagan Change-Id: I1e1db52322092c6b1b7ac6183c3adc90aabcec24 --- Utils.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Utils.hpp') diff --git a/Utils.hpp b/Utils.hpp index c4d89f7e..f68747b0 100644 --- a/Utils.hpp +++ b/Utils.hpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -63,7 +64,7 @@ void SwizzleAndroidNn4dTensorToArmNn(const armnn::TensorInfo& tensor, const void const armnn::PermutationVector& mappings); /// Returns a pointer to a specific location in a pool -void* GetMemoryFromPool(DataLocation location, +void* GetMemoryFromPool(V1_0::DataLocation location, const std::vector& memPools); /// Can throw UnsupportedOperand -- cgit v1.2.1