aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/canonical/ArmnnPreparedModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shim/sl/canonical/ArmnnPreparedModel.hpp')
-rw-r--r--shim/sl/canonical/ArmnnPreparedModel.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/shim/sl/canonical/ArmnnPreparedModel.hpp b/shim/sl/canonical/ArmnnPreparedModel.hpp
index 920c7fb314..e97e7d7bd5 100644
--- a/shim/sl/canonical/ArmnnPreparedModel.hpp
+++ b/shim/sl/canonical/ArmnnPreparedModel.hpp
@@ -110,11 +110,10 @@ private:
const Request& request,
const std::vector<android::nn::RunTimePoolInfo>& memPools) const;
- std::tuple<ErrorStatus, std::vector<OutputShape>, Timing, std::string> PrepareMemoryForIO(
- armnn::InputTensors& inputs,
- armnn::OutputTensors& outputs,
- std::vector<android::nn::RunTimePoolInfo>& memPools,
- const Request& request) const;
+ ErrorStatus PrepareMemoryForIO(armnn::InputTensors& inputs,
+ armnn::OutputTensors& outputs,
+ std::vector<android::nn::RunTimePoolInfo>& memPools,
+ const Request& request) const;
template <typename TensorBindingCollection>
void DumpTensorsIfRequired(char const* tensorNamePrefix, const TensorBindingCollection& tensorBindings) const;