Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DOptimizeSubgraphViewTests.cpp150 const ExpectedSubgraphSize& expectedSubstitutableSubgraphSize, in CheckSubstitution() argument
167 …CHECK(substitutableSubgraphInputSlots.size() == expectedSubstitutableSubgraphSize.m_NumInputSlots… in CheckSubstitution()
168 …CHECK(substitutableSubgraphOutputSlots.size() == expectedSubstitutableSubgraphSize.m_NumOutputSlot… in CheckSubstitution()
169 CHECK(substitutableSubgraphLayers.size() == expectedSubstitutableSubgraphSize.m_NumLayers); in CheckSubstitution()