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/1.3/QLstm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/1.3/QLstm.cpp') diff --git a/test/1.3/QLstm.cpp b/test/1.3/QLstm.cpp index 2dbd8b3e..27e52a60 100644 --- a/test/1.3/QLstm.cpp +++ b/test/1.3/QLstm.cpp @@ -32,7 +32,7 @@ namespace template RequestArgument CreateRequestArgument(const std::vector& value, unsigned int poolIndex) { - DataLocation inputInloc = {}; + V1_0::DataLocation inputInloc = {}; inputInloc.poolIndex = poolIndex; inputInloc.offset = 0; inputInloc.length = value.size() * sizeof(T); -- cgit v1.2.1