Searched refs:expectedSubstitutableSubgraphSizes (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | OptimizeSubgraphViewTests.cpp | 1164 std::vector<ExpectedSubgraphSize> expectedSubstitutableSubgraphSizes{ { 1, 1, 3 }, in PartiallySupportedSubgraphTestImpl() local 1192 expectedSubstitutableSubgraphSizes.at(substitutionIndex), in PartiallySupportedSubgraphTestImpl() 1368 std::vector<ExpectedSubgraphSize> expectedSubstitutableSubgraphSizes{ { 1, 1, 3 }, in PartiallyOptimizableSubgraphTestImpl1() local 1402 expectedSubstitutableSubgraphSizes.at(substitutionIndex), in PartiallyOptimizableSubgraphTestImpl1() 1514 ExpectedSubgraphSize expectedSubstitutableSubgraphSizes{ 2, 1, 7 }; in PartiallyOptimizableSubgraphTestImpl2() local 1543 expectedSubstitutableSubgraphSizes, in PartiallyOptimizableSubgraphTestImpl2()
|