Searched refs:cut_node (Results 1 – 2 of 2) sorted by relevance
243 auto &cut_node = segment->nodes_[0]; in Compile() local244 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()
462 auto cut_node = segment->nodes_[0]; in CompileGraph() local463 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()