Home
last modified time | relevance | path

Searched defs:switch_cnode (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dremove_ineffective_control_flow.cc72 auto switch_cnode = switch_node->cast<CNodePtr>(); in CheckIfIneffective() local
Dfunctionalize_cond.cc32 STATUS FunctionalizeCond::GetSwitchBranchType(const CNodePtr &switch_cnode, BranchType *branch_type… in GetSwitchBranchType()
64 void FunctionalizeCond::CheckBranchIsEffective(const CNodePtr &switch_cnode, BranchType branch_type… in CheckBranchIsEffective()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dcontrol_flow_pass.cc502 auto switch_cnode = cond_fg->NewCNode(switch_node_inputs); in ProcessWhileOp() local
747 auto switch_cnode = fg->NewCNode(switch_node_inputs); in ProcessIfOp() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dinline_control_flow_scheduler.cc71 const auto &switch_cnode = gather_to_switch.second->cast<CNodePtr>(); in GetBranchNameToCondtionActor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dbranch_culling.cc615 auto switch_cnode = cnode->input(input_index)->cast<CNodePtr>(); in TransformSwitchBranchReplace() local
Dupdatestate_eliminate.cc957 auto switch_cnode = dyn_cast<CNode>(switch_node); in operator ()() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dauto_monad.cc635 const auto &switch_cnode = dyn_cast<CNode>(switch_node); in CheckAndFixSwitchCall() local
1014 …EffectInfo TraceTupleFromSwitch(const CNodePtr &switch_cnode, const std::stack<ValuePtr> &tuple_in… in TraceTupleFromSwitch()
Dprogram_specialize.cc1549 const auto &switch_cnode = dyn_cast<CNode>(func); in ProcessSwitchAppCNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/
Dstep_parallel_utils.cc202 auto switch_cnode = node->cast<CNodePtr>()->input(0)->cast<CNodePtr>(); in GetRealKernelNode() local
534 auto switch_cnode = cnode->input(0)->cast<CNodePtr>(); in RedistributionPreNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc1404 auto switch_cnode = cnode_input->cast<CNodePtr>(); in CreateCallSwitchInputs() local