MCPcopy Create free account
hub / github.com/ARM-software/armnn / SelectSubgraphs

Method SelectSubgraphs

src/armnn/SubgraphViewSelector.cpp:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266} // namespace <anonymous>
267
268SubgraphViewSelector::Subgraphs
269SubgraphViewSelector::SelectSubgraphs(Graph& graph, const LayerSelectorFunction& selector)
270{
271 SubgraphView subgraph(graph);
272 return SubgraphViewSelector::SelectSubgraphs(subgraph, selector);
273}
274
275
276template<typename Delegate>

Callers

nothing calls this directly

Calls 15

AssignSplitIdFunction · 0.85
ForEachLayerOutputFunction · 0.85
emplaceMethod · 0.80
IsInputLayerMethod · 0.80
emptyMethod · 0.80
popMethod · 0.80
GetRepresentativeMethod · 0.80
push_backMethod · 0.80
GetSlotIndexMethod · 0.80

Tested by

no test coverage detected