Searched refs:DeepScopedGraphSearcher (Results 1 – 1 of 1) sorted by relevance
79 class DeepScopedGraphSearcher : public DeepFirstSearcher { class81 explicit DeepScopedGraphSearcher(const IncludeFunc &include) : DeepFirstSearcher(include) {} in DeepScopedGraphSearcher() function in mindspore::__anon741a37940111::DeepScopedGraphSearcher82 ~DeepScopedGraphSearcher() override = default;185 return DeepScopedGraphSearcher(include).Search(root); in DeepScopedGraphSearch()