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.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'RequestThread.hpp') diff --git a/RequestThread.hpp b/RequestThread.hpp index 53f145b4..67069205 100644 --- a/RequestThread.hpp +++ b/RequestThread.hpp @@ -42,7 +42,7 @@ public: std::shared_ptr>& memPools, std::shared_ptr& inputTensors, std::shared_ptr& outputTensors, - const ::android::sp& callback); + const ::android::sp& callback); private: RequestThread(const RequestThread&) = delete; @@ -55,7 +55,7 @@ private: std::shared_ptr>& memPools, std::shared_ptr& inputTensors, std::shared_ptr& outputTensors, - const ::android::sp& cb) + const ::android::sp& cb) : m_Model(model) , m_MemPools(memPools) , m_InputTensors(inputTensors) @@ -68,7 +68,7 @@ private: std::shared_ptr> m_MemPools; std::shared_ptr m_InputTensors; std::shared_ptr m_OutputTensors; - const ::android::sp m_callback; + const ::android::sp m_callback; }; enum class ThreadMsgType @@ -104,4 +104,4 @@ private: std::condition_variable m_Cv; }; -} // namespace armnn_driver \ No newline at end of file +} // namespace armnn_driver -- cgit v1.2.1