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 --- test/Concat.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/Concat.cpp') diff --git a/test/Concat.cpp b/test/Concat.cpp index 0bc54247..54ee8a23 100644 --- a/test/Concat.cpp +++ b/test/Concat.cpp @@ -21,6 +21,7 @@ using namespace driverTestHelpers; using namespace armnn_driver; using HalPolicy = hal_1_0::HalPolicy; +using RequestArgument = V1_0::RequestArgument; namespace { @@ -89,7 +90,7 @@ ConcatTestImpl(const std::vector & inputs, // the inputs for (uint32_t i = 0; iGetNumElements() * sizeof(float); @@ -101,7 +102,7 @@ ConcatTestImpl(const std::vector & inputs, // and an additional memory pool is needed for the output { - DataLocation outloc = {}; + V1_0::DataLocation outloc = {}; outloc.poolIndex = inputs.size(); outloc.offset = 0; outloc.length = expectedOutputTensor.GetNumElements() * sizeof(float); -- cgit v1.2.1