Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc243 auto &cut_node = segment->nodes_[0]; in Compile() local
244 MS_EXCEPTION_IF_NULL(cut_node); in Compile()
245 if (!cut_node->isa<CNode>()) { in Compile()
248 auto node = cut_node->cast<CNodePtr>(); in Compile()
Dbackend.cc462 auto cut_node = segment->nodes_[0]; in CompileGraph() local
463 MS_EXCEPTION_IF_NULL(cut_node); in CompileGraph()
464 MS_LOG(INFO) << "Compile cut segment, the cut node: " << cut_node->fullname_with_scope(); in CompileGraph()
465 control_nodes_.push_back(cut_node); in CompileGraph()