Home
last modified time | relevance | path

Searched refs:ForEachLayer (Results 1 – 7 of 7) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DCompatibilityTests.cpp105 graph.ForEachLayer([&copyCount](Layer* layer)
116 graph.ForEachLayer([&importCount](Layer *layer)
/external/armnn/src/armnn/
DGraph.hpp40 void ForEachLayer(Func func) const in ForEachLayer() function in armnn::Graph
124 other.ForEachLayer([this](Layer* otherLayer) in operator =()
137 ForEachLayer([](Layer* layer) in ~Graph()
DGraph.cpp323ForEachLayer([this, &backends, &registry, MayNeedCompatibilityLayer, IsCompatibilityStrategy](Laye… in AddCompatibilityLayers()
DNetwork.cpp1712 …optGraph.ForEachLayer([&backends, &registry, &result, &errMessages, importEnabled, exportEnabled](… in SelectTensorHandleStrategy()
/external/armnn/src/armnn/test/
DTensorHandleStrategyTest.cpp373 graph.ForEachLayer([&copyCount](Layer* layer)
384 graph.ForEachLayer([&importCount](Layer *layer)
DSubgraphViewTests.cpp1835 view->ForEachLayer([&idx, &expectedSorted](const Layer* l)
1963 subgraph.ForEachLayer([replacementFuncs, &subgraph](IConnectableLayer* layer) in ReplaceUnsupportedLayers()
/external/armnn/include/armnn/backends/
DSubgraphView.hpp35 void ForEachLayer(Func func) const in ForEachLayer() function in armnn::SubgraphView