aboutsummaryrefslogtreecommitdiff
path: root/RequestThread.cpp
diff options
context:
space:
mode:
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