Home
last modified time | relevance | path

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

/external/armnn/src/backends/backendsCommon/test/
DOptimizeSubgraphViewTests.cpp801 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyUnsupporteSubgraphTestImpl1() local
805 CHECK(subgraphLayers.size() == 1); in FullyUnsupporteSubgraphTestImpl1()
841 … { subgraphInputSlots.size(), subgraphOutputSlots.size(), subgraphLayers.size() }, in FullyUnsupporteSubgraphTestImpl1()
844 subgraphLayers); in FullyUnsupporteSubgraphTestImpl1()
865 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyUnsupporteSubgraphTestImpl2() local
869 CHECK(subgraphLayers.size() == 3); in FullyUnsupporteSubgraphTestImpl2()
913 … { subgraphInputSlots.size(), subgraphOutputSlots.size(), subgraphLayers.size() }, in FullyUnsupporteSubgraphTestImpl2()
916 subgraphLayers); in FullyUnsupporteSubgraphTestImpl2()
943 const SubgraphView::IConnectableLayers& subgraphLayers = subgraphPtr->GetIConnectableLayers(); in FullyOptimizableSubgraphTestImpl1() local
947 CHECK(subgraphLayers.size() == 3); in FullyOptimizableSubgraphTestImpl1()
[all …]
/external/armnn/src/armnnTestUtils/
DMockBackend.cpp168 const SubgraphView::IConnectableLayers& subgraphLayers = subgraph.GetIConnectableLayers(); in OptimizeSubgraphView() local
174 std::for_each(subgraphLayers.begin(), in OptimizeSubgraphView()
175 subgraphLayers.end(), in OptimizeSubgraphView()
/external/armnn/src/armnn/
DSubgraphViewSelector.cpp394 const SubgraphView::IConnectableLayers& subgraphLayers = subgraph.GetIConnectableLayers(); in SelectSubgraphs() local
395 for (auto& layer : subgraphLayers) in SelectSubgraphs()
DNetwork.cpp1299 …const SubgraphView::IConnectableLayers& subgraphLayers = replacementSubgraph.GetIConnectableLayers… in ApplyBackendOptimizations() local
1300 …std::for_each(subgraphLayers.begin(), subgraphLayers.end(), [&selectedBackend](IConnectableLayer* … in ApplyBackendOptimizations()
/external/armnn/src/armnn/test/
DSubgraphViewTests.cpp28 bool AreAnySubgraphLayersPresentInGraph(const SubgraphView::IConnectableLayers &subgraphLayers, con… in AreAnySubgraphLayersPresentInGraph() argument
30 for(auto&& layer : subgraphLayers) in AreAnySubgraphLayersPresentInGraph()
216 const SubgraphView::IConnectableLayers& subgraphLayers = subgraph.GetIConnectableLayers(); variable
217 for (auto& iConnectableLayer : subgraphLayers)
701 const SubgraphView::IConnectableLayers subgraphLayers = subgraph->GetIConnectableLayers(); variable
707 CHECK(!AreAnySubgraphLayersPresentInGraph(subgraphLayers, graph));