21class SubgraphViewSelector final
24 using Subgraphs = std::vector<SubgraphView::SubgraphViewPtr>;
36 SubgraphViewSelector() =
delete;
37 SubgraphViewSelector(
const SubgraphViewSelector&) =
delete;
38 SubgraphViewSelector & operator=(
const SubgraphViewSelector&) =
delete;
The SubgraphView class represents a subgraph of a Graph.
std::function< bool(const Layer &)> LayerSelectorFunction
static Subgraphs SelectSubgraphs(Graph &graph, const LayerSelectorFunction &selector)
Selects subgraphs from a graph based on the selector function and the algorithm.
std::vector< SubgraphView::SubgraphViewPtr > Subgraphs
Copyright (c) 2021 ARM Limited and Contributors.