Home
last modified time | relevance | path

Searched refs:DeepLinkedGraphSearcher (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils_extends.cc149 class DeepLinkedGraphSearcher : public DeepFirstSearcher { class
151 explicit DeepLinkedGraphSearcher(const IncludeFunc &include) : DeepFirstSearcher(include) {} in DeepLinkedGraphSearcher() function in mindspore::__anon741a37940111::DeepLinkedGraphSearcher
152 ~DeepLinkedGraphSearcher() override = default;
198 return DeepLinkedGraphSearcher(include).Search(root); in DeepLinkedGraphSearch()