Home
last modified time | relevance | path

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

/external/armnn/src/backends/backendsCommon/
DOptimizationViews.cpp40 successful.m_SubstitutableSubgraph.GetIConnectableLayers().begin(), in Validate()
41 successful.m_SubstitutableSubgraph.GetIConnectableLayers().end()); in Validate()
62 const SubgraphView& old = substitution.m_SubstitutableSubgraph; in Validate()
/external/armnn/include/armnn/backends/
DOptimizationViews.hpp29 SubgraphView m_SubstitutableSubgraph; member
/external/armnn/src/backends/backendsCommon/test/
DOptimizeSubgraphViewTests.cpp156 const SubgraphView& substitutableSubgraph = substitution.m_SubstitutableSubgraph; in CheckSubstitution()
1084 substitution.m_SubstitutableSubgraph.GetIConnectableLayers(); in FullyOptimizableSubgraphTestImpl2()
1160 return strcmp(s1.m_SubstitutableSubgraph.GetIConnectableLayers().front()->GetName(), in PartiallySupportedSubgraphTestImpl()
1161 s2.m_SubstitutableSubgraph.GetIConnectableLayers().front()->GetName()) < 0; in PartiallySupportedSubgraphTestImpl()
1365 { return strcmp(s1.m_SubstitutableSubgraph.GetIConnectableLayers().front()->GetName(), in PartiallyOptimizableSubgraphTestImpl1()
1366 … s2.m_SubstitutableSubgraph.GetIConnectableLayers().front()->GetName()) < 0; }); in PartiallyOptimizableSubgraphTestImpl1()
/external/armnn/src/armnn/
DNetwork.cpp1295 SubgraphView& substitutableSubgraph = substitution.m_SubstitutableSubgraph; in ApplyBackendOptimizations()