Searched refs:DeepLinkedGraphSearcher (Results 1 – 1 of 1) sorted by relevance
149 class DeepLinkedGraphSearcher : public DeepFirstSearcher { class151 explicit DeepLinkedGraphSearcher(const IncludeFunc &include) : DeepFirstSearcher(include) {} in DeepLinkedGraphSearcher() function in mindspore::__anon741a37940111::DeepLinkedGraphSearcher152 ~DeepLinkedGraphSearcher() override = default;198 return DeepLinkedGraphSearcher(include).Search(root); in DeepLinkedGraphSearch()