Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h118 if (IsFuncGraph()) { in type()
126 bool IsFuncGraph() const { return (func_graph_.lock() != nullptr); } in IsFuncGraph() function