Searched refs:DeepUsedGraphSearcher (Results 1 – 1 of 1) sorted by relevance
124 class DeepUsedGraphSearcher : public DeepFirstSearcher { class126 explicit DeepUsedGraphSearcher(const IncludeFunc &include) : DeepFirstSearcher(include) {} in DeepUsedGraphSearcher() function in mindspore::__anon741a37940111::DeepUsedGraphSearcher127 ~DeepUsedGraphSearcher() override = default;194 return DeepUsedGraphSearcher(include).Search(root); in DeepUsedGraphSearch()