Home
last modified time | relevance | path

Searched defs:IsSubGraph (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.h288 …bool IsSubGraph() const { return graph_type_ == GraphType::kCond || graph_type_ == GraphType::kBod… in IsSubGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dgraph_partition.cc532 bool IsSubGraph(const AnfNodePtr &node) { in IsSubGraph() function