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