aboutsummaryrefslogtreecommitdiff
path: root/RequestThread.cpp
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-05-03 22:54:36 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-05-07 08:24:25 +0000
commit9e80cd2195e64902951c3207b0d2aa82fe77c61f (patch)
tree659baacd57a99854817f5556224ee44a00beaff9 /RequestThread.cpp
parent912b36224f19952663ebd3edc2a69d9031662fd1 (diff)
downloadandroid-nn-driver-9e80cd2195e64902951c3207b0d2aa82fe77c61f.tar.gz
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 <matthew.bentham@arm.com>
Diffstat (limited to 'RequestThread.cpp')
-rw-r--r--RequestThread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/RequestThread.cpp b/RequestThread.cpp
index 4731489e..bc1eccc0 100644
--- a/RequestThread.cpp
+++ b/RequestThread.cpp
@@ -55,7 +55,7 @@ void RequestThread<HalVersion>::PostMsg(ArmnnPreparedModel<HalVersion>* model,
std::shared_ptr<std::vector<::android::nn::RunTimePoolInfo>>& memPools,
std::shared_ptr<armnn::InputTensors>& inputTensors,
std::shared_ptr<armnn::OutputTensors>& outputTensors,
- const ::android::sp<IExecutionCallback>& callback)
+ const ::android::sp<V1_0::IExecutionCallback>& callback)
{
ALOGV("RequestThread::PostMsg(...)");
auto data = std::make_shared<AsyncExecuteData>(model,
@@ -141,4 +141,4 @@ template class RequestThread<hal_1_0::HalPolicy>;
template class RequestThread<hal_1_1::HalPolicy>;
#endif
-} // namespace armnn_driver \ No newline at end of file
+} // namespace armnn_driver