aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/SubgraphViewTests.cpp
diff options
context:
space:
mode:
authorKeith Davis <keith.davis@arm.com>2022-05-17 10:06:53 +0100
committerKeith Davis <keith.davis@arm.com>2022-05-23 09:59:34 +0100
commit721e629fa07e65d6a53c093518021e71e48eeac2 (patch)
tree1f3826741777e5d2cb28be964f46163f49abc271 /src/armnn/test/SubgraphViewTests.cpp
parent4a09159930f37dffa51c194ea8b565612bbe8431 (diff)
downloadarmnn-721e629fa07e65d6a53c093518021e71e48eeac2.tar.gz
IVGCVSW-6123 ConstTensorsAsInputs: Conv2d
* Use new INetwork::AddConvolution2dLayer instead of deprecated version * Remove duplicated test in SerlializerTests * Fix some cosmetics Signed-off-by: Keith Davis <keith.davis@arm.com> Change-Id: I3407815bfdc1cdc01ca0a667b8e4d80d8621783f
Diffstat (limited to 'src/armnn/test/SubgraphViewTests.cpp')
-rw-r--r--src/armnn/test/SubgraphViewTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/test/SubgraphViewTests.cpp b/src/armnn/test/SubgraphViewTests.cpp
index d7465c8361..feeea5d478 100644
--- a/src/armnn/test/SubgraphViewTests.cpp
+++ b/src/armnn/test/SubgraphViewTests.cpp
@@ -978,8 +978,8 @@ TEST_CASE("MultipleSimpleSubgraphs")
"m3");
auto x2 = graph.InsertNewLayer<Convolution2dLayer>(m3->GetInputSlot(0),
- Convolution2dDescriptor{},
- "x2");
+ Convolution2dDescriptor{},
+ "x2");
auto w2 = graph.InsertNewLayer<ConstantLayer>(x2->GetInputSlot(1), "w2");