• Home
  • Raw
  • Download

Lines Matching refs:SubgraphView

152                        const SubgraphView::IInputSlots& expectedSubstitutableInputSlots,  in CheckSubstitution()
153 const SubgraphView::IOutputSlots& expectedSubstitutableOutputSlots, in CheckSubstitution()
154 const SubgraphView::IConnectableLayers& expectedSubstitutableLayers) in CheckSubstitution()
156 const SubgraphView& substitutableSubgraph = substitution.m_SubstitutableSubgraph; in CheckSubstitution()
157 …const SubgraphView::IInputSlots& substitutableSubgraphInputSlots = substitutableSubgraph.GetIInput… in CheckSubstitution()
158 …const SubgraphView::IOutputSlots& substitutableSubgraphOutputSlots = substitutableSubgraph.GetIOut… in CheckSubstitution()
159 const SubgraphView::IConnectableLayers& substitutableSubgraphLayers = in CheckSubstitution()
162 …const SubgraphView& replacementSubgraph = substitution.m_ReplacementSubgr… in CheckSubstitution()
163 …const SubgraphView::IInputSlots& replacementSubgraphInputSlots = replacementSubgraph.GetIInputSl… in CheckSubstitution()
164 …const SubgraphView::IOutputSlots& replacementSubgraphOutputSlots = replacementSubgraph.GetIOutputS… in CheckSubstitution()
165 …const SubgraphView::IConnectableLayers& replacementSubgraphLayers = replacementSubgraph.GetIConnec… in CheckSubstitution()
192 void CheckFailedSubgraph(const SubgraphView& failedSubgraph, in CheckFailedSubgraph()
194 const SubgraphView::IInputSlots& expectedFailedInputSlots, in CheckFailedSubgraph()
195 const SubgraphView::IOutputSlots& expectedFailedOutputSlots, in CheckFailedSubgraph()
196 const SubgraphView::IConnectableLayers& expectedFailedLayers) in CheckFailedSubgraph()
198 const SubgraphView::IInputSlots& failedSubgraphInputSlots = failedSubgraph.GetIInputSlots(); in CheckFailedSubgraph()
199 const SubgraphView::IOutputSlots& failedSubgraphOutputSlots = failedSubgraph.GetIOutputSlots(); in CheckFailedSubgraph()
200 …const SubgraphView::IConnectableLayers& failedSubgraphLayers = failedSubgraph.GetIConnectableLayer… in CheckFailedSubgraph()
212 void CheckUntouchedSubgraph(const SubgraphView& untouchedSubgraph, in CheckUntouchedSubgraph()
214 const SubgraphView::IInputSlots& expectedUntouchedInputSlots, in CheckUntouchedSubgraph()
215 const SubgraphView::IOutputSlots& expectedUntouchedOutputSlots, in CheckUntouchedSubgraph()
216 const SubgraphView::IConnectableLayers& expectedUntouchedLayers) in CheckUntouchedSubgraph()
218 … const SubgraphView::IInputSlots& untouchedSubgraphInputSlots = untouchedSubgraph.GetIInputSlots(); in CheckUntouchedSubgraph()
219 …const SubgraphView::IOutputSlots& untouchedSubgraphOutputSlots = untouchedSubgraph.GetIOutputSlots… in CheckUntouchedSubgraph()
220 …const SubgraphView::IConnectableLayers& untouchedSubgraphLayers = untouchedSubgraph.GetIConnectabl… in CheckUntouchedSubgraph()
232 SubgraphView::SubgraphViewPtr BuildFullyUnsupportedSubgraph1(Graph& graph, LayerNameToLayerMap& lay… in BuildFullyUnsupportedSubgraph1()
267 SubgraphView::SubgraphViewPtr BuildFullyUnsupportedSubgraph2(Graph& graph, LayerNameToLayerMap& lay… in BuildFullyUnsupportedSubgraph2()
310 SubgraphView::SubgraphViewPtr BuildFullyOptimizableSubgraph1(Graph& graph, LayerNameToLayerMap& lay… in BuildFullyOptimizableSubgraph1()
357 SubgraphView::SubgraphViewPtr BuildFullyOptimizableSubgraph2(Graph& graph, LayerNameToLayerMap& lay… in BuildFullyOptimizableSubgraph2()
465 SubgraphView::SubgraphViewPtr BuildPartiallySupportedSubgraph(Graph& graph, LayerNameToLayerMap& la… in BuildPartiallySupportedSubgraph()
555 SubgraphView::SubgraphViewPtr BuildFullyUnoptimizableSubgraph1(Graph& graph, LayerNameToLayerMap& l… in BuildFullyUnoptimizableSubgraph1()
603 SubgraphView::SubgraphViewPtr BuildPartiallyOptimizableSubgraph1(Graph& graph, LayerNameToLayerMap&… in BuildPartiallyOptimizableSubgraph1()
708 SubgraphView::SubgraphViewPtr BuildPartiallyOptimizableSubgraph2(Graph& graph, LayerNameToLayerMap&… in BuildPartiallyOptimizableSubgraph2()
796SubgraphView::SubgraphViewPtr subgraphPtr = BuildFullyUnsupportedSubgraph1(graph, layersInGraph); in FullyUnsupporteSubgraphTestImpl1()
799 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in FullyUnsupporteSubgraphTestImpl1()
800 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in FullyUnsupporteSubgraphTestImpl1()
801 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyUnsupporteSubgraphTestImpl1()
860SubgraphView::SubgraphViewPtr subgraphPtr = BuildFullyUnsupportedSubgraph2(graph, layersInGraph); in FullyUnsupporteSubgraphTestImpl2()
863 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in FullyUnsupporteSubgraphTestImpl2()
864 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in FullyUnsupporteSubgraphTestImpl2()
865 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyUnsupporteSubgraphTestImpl2()
910 const SubgraphView& failedSubgraph = failedSubgraphs.at(0); in FullyUnsupporteSubgraphTestImpl2()
918 …const SubgraphView::IConnectableLayers& failedSubgraphLayers = failedSubgraph.GetIConnectableLayer… in FullyUnsupporteSubgraphTestImpl2()
938SubgraphView::SubgraphViewPtr subgraphPtr = BuildFullyOptimizableSubgraph1(graph, layersInGraph); in FullyOptimizableSubgraphTestImpl1()
941 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in FullyOptimizableSubgraphTestImpl1()
942 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in FullyOptimizableSubgraphTestImpl1()
943 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyOptimizableSubgraphTestImpl1()
1005SubgraphView::SubgraphViewPtr subgraphPtr = BuildFullyOptimizableSubgraph2(graph, layersInGraph); in FullyOptimizableSubgraphTestImpl2()
1008 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in FullyOptimizableSubgraphTestImpl2()
1009 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in FullyOptimizableSubgraphTestImpl2()
1010 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyOptimizableSubgraphTestImpl2()
1083 const SubgraphView::IConnectableLayers& substitutableSubgraphLayers = in FullyOptimizableSubgraphTestImpl2()
1113SubgraphView::SubgraphViewPtr subgraphPtr = BuildPartiallySupportedSubgraph(graph, layersInGraph); in PartiallySupportedSubgraphTestImpl()
1116 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in PartiallySupportedSubgraphTestImpl()
1117 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in PartiallySupportedSubgraphTestImpl()
1118 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in PartiallySupportedSubgraphTestImpl()
1168 std::vector<SubgraphView::IInputSlots> expectedSubstitutableInputSlots in PartiallySupportedSubgraphTestImpl()
1176 std::vector<SubgraphView::IOutputSlots> expectedSubstitutableOutputSlots in PartiallySupportedSubgraphTestImpl()
1183 std::vector<SubgraphView::IConnectableLayers> expectedSubstitutableLayers in PartiallySupportedSubgraphTestImpl()
1213 std::vector<SubgraphView::IInputSlots> expectedFailedInputSlots in PartiallySupportedSubgraphTestImpl()
1220 std::vector<SubgraphView::IOutputSlots> expectedFailedOutputSlots in PartiallySupportedSubgraphTestImpl()
1227 std::vector<SubgraphView::IConnectableLayers> expectedFailedLayers in PartiallySupportedSubgraphTestImpl()
1257SubgraphView::SubgraphViewPtr subgraphPtr = BuildFullyUnoptimizableSubgraph1(graph, layersInGraph); in FullyUnoptimizableSubgraphTestImpl1()
1260 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in FullyUnoptimizableSubgraphTestImpl1()
1261 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in FullyUnoptimizableSubgraphTestImpl1()
1262 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyUnoptimizableSubgraphTestImpl1()
1321SubgraphView::SubgraphViewPtr subgraphPtr = BuildPartiallyOptimizableSubgraph1(graph, layersInGrap… in PartiallyOptimizableSubgraphTestImpl1()
1324 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in PartiallyOptimizableSubgraphTestImpl1()
1325 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in PartiallyOptimizableSubgraphTestImpl1()
1326 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in PartiallyOptimizableSubgraphTestImpl1()
1374 std::vector<SubgraphView::IInputSlots> expectedSubstitutableInputSlots in PartiallyOptimizableSubgraphTestImpl1()
1383 std::vector<SubgraphView::IOutputSlots> expectedSubstitutableOutputSlots in PartiallyOptimizableSubgraphTestImpl1()
1392 std::vector<SubgraphView::IConnectableLayers> expectedSubstitutableLayers in PartiallyOptimizableSubgraphTestImpl1()
1429 std::vector<SubgraphView::IInputSlots> expectedUntouchedInputSlots{ in PartiallyOptimizableSubgraphTestImpl1()
1437 std::vector<SubgraphView::IOutputSlots> expectedUntouchedOutputSlots in PartiallyOptimizableSubgraphTestImpl1()
1445 std::vector<SubgraphView::IConnectableLayers> expectedUntouchedLayers in PartiallyOptimizableSubgraphTestImpl1()
1473SubgraphView::SubgraphViewPtr subgraphPtr = BuildPartiallyOptimizableSubgraph2(graph, layersInGrap… in PartiallyOptimizableSubgraphTestImpl2()
1476 const SubgraphView::IInputSlots& subgraphInputSlots = subgraphPtr->GetIInputSlots(); in PartiallyOptimizableSubgraphTestImpl2()
1477 const SubgraphView::IOutputSlots& subgraphOutputSlots = subgraphPtr->GetIOutputSlots(); in PartiallyOptimizableSubgraphTestImpl2()
1478 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in PartiallyOptimizableSubgraphTestImpl2()
1517 SubgraphView::IInputSlots expectedSubstitutableInputSlots in PartiallyOptimizableSubgraphTestImpl2()
1525 SubgraphView::IOutputSlots expectedSubstitutableOutputSlots in PartiallyOptimizableSubgraphTestImpl2()
1531 SubgraphView::IConnectableLayers expectedSubstitutableLayers in PartiallyOptimizableSubgraphTestImpl2()
1563 std::vector<SubgraphView::IInputSlots> expectedUntouchedInputSlots in PartiallyOptimizableSubgraphTestImpl2()
1568 std::vector<SubgraphView::IOutputSlots> expectedUntouchedOutputSlots in PartiallyOptimizableSubgraphTestImpl2()
1573 std::vector<SubgraphView::IConnectableLayers> expectedUntouchedLayers in PartiallyOptimizableSubgraphTestImpl2()