Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_label_assign.cc116 if (IsPrimitiveCNode(cnode, prim::kPrimLabelGoto)) { in AssignLabelForGotoSwitch()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc795 …if (AnfAlgo::CheckPrimitiveType(*iter, prim::kPrimLabelGoto) && AnfAlgo::HasNodeAttr(kAttrReturn, … in SetIterEndAttr()
798 if (AnfAlgo::CheckPrimitiveType(*iter, prim::kPrimLabelGoto) || in SetIterEndAttr()
1343 auto label_goto = NewPrimitive(prim::kPrimLabelGoto); in LabelGoto()
1531 if (AnfAlgo::CheckPrimitiveType(node, prim::kPrimLabelGoto)) { in UnfoldRepeatedLabels()
1831 } else if (IsPrimitiveCNode(node, prim::kPrimLabelGoto)) { in EraseLabel()
Dascend_session.cc1444 if (AnfAlgo::CheckPrimitiveType(kernel_cnodes[i], prim::kPrimLabelGoto) && in InitMemReuseExecOrder()
Danf_runtime_algorithm.cc1925 return IsPrimitive(input, prim::kPrimLabelGoto) || IsPrimitive(input, prim::kPrimLabelSwitch); in IsCondControlKernel()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h155 inline const PrimitivePtr kPrimLabelGoto = std::make_shared<Primitive>("LabelGoto"); variable