aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/canonical/ArmnnPreparedModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shim/sl/canonical/ArmnnPreparedModel.cpp')
-rw-r--r--shim/sl/canonical/ArmnnPreparedModel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/shim/sl/canonical/ArmnnPreparedModel.cpp b/shim/sl/canonical/ArmnnPreparedModel.cpp
index 79cd241348..91bd04ea48 100644
--- a/shim/sl/canonical/ArmnnPreparedModel.cpp
+++ b/shim/sl/canonical/ArmnnPreparedModel.cpp
@@ -232,7 +232,6 @@ ErrorStatus ArmnnPreparedModel::PrepareMemoryForOutputs(
return ErrorStatus::OUTPUT_INSUFFICIENT_SIZE;
}
- //TODO: Need to check for Request::Argument::LifeTime::POINTER
if (outputArg.lifetime == Request::Argument::LifeTime::POOL)
{
size_t bufferSize = memPools.at(outputArg.location.poolIndex).getSize();
@@ -599,7 +598,6 @@ GeneralResult<SharedExecution> ArmnnPreparedModel::createReusableExecution(
GeneralResult<SharedBurst> ArmnnPreparedModel::configureExecutionBurst() const
{
- // TODO: Implement BURST
return nullptr;
}