Home
last modified time | relevance | path

Searched refs:substitutableSubgraphLayers (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DOptimizeSubgraphViewTests.cpp159 const SubgraphView::IConnectableLayers& substitutableSubgraphLayers = in CheckSubstitution() local
169 CHECK(substitutableSubgraphLayers.size() == expectedSubstitutableSubgraphSize.m_NumLayers); in CheckSubstitution()
173 CHECK(AreEqual(substitutableSubgraphLayers, expectedSubstitutableLayers)); in CheckSubstitution()
1083 const SubgraphView::IConnectableLayers& substitutableSubgraphLayers = in FullyOptimizableSubgraphTestImpl2() local
1086 CHECK_EQ(substitutableSubgraphLayers.front() + 0, expectedSubstitutableLayers.front() + 0); in FullyOptimizableSubgraphTestImpl2()
1087 CHECK_EQ(substitutableSubgraphLayers.front() + 1, expectedSubstitutableLayers.front() + 1); in FullyOptimizableSubgraphTestImpl2()
1088 CHECK_EQ(substitutableSubgraphLayers.front() + 2, expectedSubstitutableLayers.front() + 2); in FullyOptimizableSubgraphTestImpl2()
1089 CHECK_EQ(substitutableSubgraphLayers.front() + 3, expectedSubstitutableLayers.front() + 3); in FullyOptimizableSubgraphTestImpl2()
1090 CHECK_EQ(substitutableSubgraphLayers.front() + 4, expectedSubstitutableLayers.front() + 4); in FullyOptimizableSubgraphTestImpl2()