From 9e80cd2195e64902951c3207b0d2aa82fe77c61f Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Fri, 3 May 2019 22:54:36 +0100 Subject: IVGCVSW-2911 More Q compatiblity Changes needed to RequestThread and ArmnnPreparedModel to compile in the Q environment Change-Id: Ib072afa1fe6a6a1b0931df79cec76cfac8b21f0c Signed-off-by: Matthew Bentham --- RequestThread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RequestThread.cpp') diff --git a/RequestThread.cpp b/RequestThread.cpp index 4731489e..bc1eccc0 100644 --- a/RequestThread.cpp +++ b/RequestThread.cpp @@ -55,7 +55,7 @@ void RequestThread::PostMsg(ArmnnPreparedModel* model, std::shared_ptr>& memPools, std::shared_ptr& inputTensors, std::shared_ptr& outputTensors, - const ::android::sp& callback) + const ::android::sp& callback) { ALOGV("RequestThread::PostMsg(...)"); auto data = std::make_shared(model, @@ -141,4 +141,4 @@ template class RequestThread; template class RequestThread; #endif -} // namespace armnn_driver \ No newline at end of file +} // namespace armnn_driver -- cgit v1.2.1