Searched refs:m_SubstitutableSubgraph (Results 1 – 4 of 4) sorted by relevance
40 successful.m_SubstitutableSubgraph.GetIConnectableLayers().begin(), in Validate()41 successful.m_SubstitutableSubgraph.GetIConnectableLayers().end()); in Validate()62 const SubgraphView& old = substitution.m_SubstitutableSubgraph; in Validate()
29 SubgraphView m_SubstitutableSubgraph; member
156 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()
1295 SubgraphView& substitutableSubgraph = substitution.m_SubstitutableSubgraph; in ApplyBackendOptimizations()