From 976ad3e257c4a68e809f5a7fe3b7a99bb3f1fba4 Mon Sep 17 00:00:00 2001 From: Ellen Norris-Thompson Date: Wed, 21 Aug 2019 15:21:14 +0100 Subject: IVGCVSW-3613 Refactoring Android NN driver for QuantisedLstm test * Templated AddPoolAndGetData and AddPoolAndSetData to accept different types * Moved scale and offset to arguments of Add*Operand functions Signed-off-by: Ellen Norris-Thompson Change-Id: Iaf4c2d5f4183ea54799bedae20950b23b914a727 --- test/Concat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Concat.cpp') diff --git a/test/Concat.cpp b/test/Concat.cpp index 02d66cb8..9beb67bd 100644 --- a/test/Concat.cpp +++ b/test/Concat.cpp @@ -124,7 +124,7 @@ ConcatTestImpl(const std::vector & inputs, } // add memory for the output - android::sp outMemory = AddPoolAndGetData(expectedOutputTensor.GetNumElements(), request); + android::sp outMemory = AddPoolAndGetData(expectedOutputTensor.GetNumElements(), request); float* outdata = static_cast(static_cast(outMemory->getPointer())); // run the execution -- cgit v1.2.1