Searched refs:kLabelSetOpName (Results 1 – 6 of 6) sorted by relevance
55 if (!input->isa<CNode>() || AnfAlgo::GetCNodeName(input) != kLabelSetOpName) { in UpdateLabelSwitch()86 if (node_name == kLabelSetOpName && !AnfAlgo::HasNodeAttr(kAttrLabelIndex, cnode)) { in AssignLabelForLabelSet()
500 …AnfAlgo::GetCNodeName(*iter) == kLabelSetOpName || AnfAlgo::GetCNodeName(*iter) == kLabelSwitchOpN… in FinetuneSubgraphExecOrder()923 if (AnfAlgo::GetCNodeName(cur_cnode_ptr) == kLabelSetOpName) { in ActiveOtherGraphParallel()
48 …onst std::set<std::string> white_list = {kStreamSwitchOpName, kStreamActiveOpName, kLabelSetOpName, in IsDefaultKernelInfo()
194 constexpr auto kLabelSetOpName = "LabelSet"; variable
867 …node_name == kLabelGotoOpName || node_name == kLabelSwitchOpName || node_name == kLabelSetOpName || in InsertStackOps()876 if (node->size() == 0 || node_name == kLabelGotoOpName || node_name == kLabelSetOpName || in InsertStackOps()
1347 if (AnfAlgo::GetCNodeName(kernel) != kLabelSetOpName) { in GetNextLabelSet()