24 using Subgraphs = std::vector<SubgraphView::SubgraphViewPtr>;
The SubgraphView class represents a subgraph of a Graph.
Algorithm that splits a Graph into Subgraphs based on a filtering of layers (e.g.
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.