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 --- src/armnn/test/ConstTensorLayerVisitor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/armnn/test/ConstTensorLayerVisitor.cpp') diff --git a/src/armnn/test/ConstTensorLayerVisitor.cpp b/src/armnn/test/ConstTensorLayerVisitor.cpp index 701327b120..e992721a72 100644 --- a/src/armnn/test/ConstTensorLayerVisitor.cpp +++ b/src/armnn/test/ConstTensorLayerVisitor.cpp @@ -950,7 +950,6 @@ TEST_CASE("CheckNamedLstmLayerCifgDisabled") layer->ExecuteStrategy(visitor); } -// TODO add one with peephole TEST_CASE("CheckLstmLayerPeephole") { LstmDescriptor descriptor; @@ -1275,7 +1274,6 @@ TEST_CASE("CheckNamedLstmLayerPeephole") layer->ExecuteStrategy(visitor); } -// TODO add one with projection TEST_CASE("CheckLstmLayerProjection") { LstmDescriptor descriptor; -- cgit v1.2.1