Home
last modified time | relevance | path

Searched refs:kPrimLabelSwitch (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_label_assign.cc121 if (IsPrimitiveCNode(cnode, prim::kPrimLabelSwitch)) { in AssignLabelForGotoSwitch()
Dkernel_select_ascend.cc527 if (IsPrimitiveCNode(kernel_node, prim::kPrimLabelSwitch)) { in SelectKernelInfo()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc799 AnfAlgo::CheckPrimitiveType(*iter, prim::kPrimLabelSwitch) || in SetIterEndAttr()
1365 auto label_switch = NewPrimitive(prim::kPrimLabelSwitch); in LabelSwitch()
1527 if (AnfAlgo::CheckPrimitiveType(node, prim::kPrimLabelSwitch)) { in UnfoldRepeatedLabels()
1826 if (IsPrimitiveCNode(node, prim::kPrimLabelSwitch)) { in EraseLabel()
Dascend_session.cc1431 if (AnfAlgo::CheckPrimitiveType(kernel_cnodes[i], prim::kPrimLabelSwitch) && 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.h156 inline const PrimitivePtr kPrimLabelSwitch = std::make_shared<Primitive>("LabelSwitch"); variable