aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/canonical/CanonicalUtils.cpp
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2023-05-08 13:14:32 +0100
committerFrancis Murtagh <francis.murtagh@arm.com>2023-05-09 10:00:09 +0000
commitf658554c25d91d530226b8f5e5c5fc02b3275ef0 (patch)
tree4a1d85514529bcd9197d069fcbea412972335628 /shim/sl/canonical/CanonicalUtils.cpp
parente69cbfe4cff97353baaa2be11ffaf5a639415d40 (diff)
downloadarmnn-f658554c25d91d530226b8f5e5c5fc02b3275ef0.tar.gz
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 <david.monahan@arm.com> Change-Id: Ia0a15f8a0d4123c8831638634eaa0d1018c40e2c
Diffstat (limited to 'shim/sl/canonical/CanonicalUtils.cpp')
-rw-r--r--shim/sl/canonical/CanonicalUtils.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}