From f658554c25d91d530226b8f5e5c5fc02b3275ef0 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Mon, 8 May 2023 13:14:32 +0100 Subject: IVGCVSW-5846 Remove TODO statements from Armnn Code * Removed all instances of TODO statements from comments * Removed statements are noted as part of IVGCVSW-5846 * Removed ProtoxtFixture.cpp from the Onnx Parser tests as it's not used Signed-off-by: David Monahan Change-Id: Ia0a15f8a0d4123c8831638634eaa0d1018c40e2c --- shim/sl/canonical/ArmnnPreparedModel.cpp | 2 -- shim/sl/canonical/CanonicalUtils.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'shim') 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 ArmnnPreparedModel::createReusableExecution( GeneralResult ArmnnPreparedModel::configureExecutionBurst() const { - // TODO: Implement BURST return nullptr; } diff --git a/shim/sl/canonical/CanonicalUtils.cpp b/shim/sl/canonical/CanonicalUtils.cpp index 059b5ca4a3..622d4b111d 100644 --- a/shim/sl/canonical/CanonicalUtils.cpp +++ b/shim/sl/canonical/CanonicalUtils.cpp @@ -497,7 +497,7 @@ bool IsDynamicTensor(const armnn::TensorInfo& tensorInfo) return !tensorInfo.GetShape().AreAllDimensionsSpecified(); } -bool AreDynamicTensorsSupported() //TODO +bool AreDynamicTensorsSupported() { return true; } -- cgit v1.2.1