Home
last modified time | relevance | path

Searched defs:switch_node (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_while.cc180 auto switch_node = BlongToWhichSwitch(exit_node); in IdentifyWhileNodeOutput() local
235 auto switch_node = BlongToWhichSwitch(exit_node); in UpdateExitNodeUser() local
473 auto switch_node = input_node->cast<CNodePtr>(); in IdentifyBodySubgraphInput() local
518 auto switch_node = BlongToWhichSwitch(next_iteration_cnode); in IdentifyBodySubgraphOutput() local
Dfunctionalize_cond.cc119 auto switch_node = input_node->cast<CNodePtr>(); in IdentifySubgraphInput() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dgradient_eliminate.cc62 AnfNodePtr switch_node = nullptr; in CheckSwitchWithSideEffect() local
Dbranch_culling.cc35 …auto switch_node = prim::GetPythonOps("geswitch", "mindspore.ops.functional")->cast<PrimitivePtr>(… in GenerateSwitchNode() local
549 auto switch_node = inp0->cast<CNodePtr>(); in CheckSwitchWrapNode() local
Dupdatestate_eliminate.cc839 auto switch_node = switch_call->input(primary_index); in operator ()() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dcontrol_node_parser.cc62 void FetchParameterBySwitchNode(const AnfNodePtr &switch_node, FuncGraphToParameter *graph_to_real_… in FetchParameterBySwitchNode()
367 std::vector<AnfNodePtr> FetchOutputBySwitchNode(const AnfNodePtr &switch_node, std::set<AnfNodePtr>… in FetchOutputBySwitchNode()
859 void ControlNodeParser::FetchValueNodeBySwitchNode(const AnfNodePtr &switch_node, in FetchValueNodeBySwitchNode()
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dinfershape_pass.cc404 int InferShapePass::InferSwitchNode(const std::unique_ptr<CNodeT> &switch_node, MetaGraphT *graph) { in InferSwitchNode()
/third_party/mindspore/mindspore/lite/src/
Dlite_mindrt.cc503 …auto switch_node = kernel::LiteKernelUtil::GetInputsSpecificNode(node, schema::PrimitiveType_Switc… in GetSwitchAndCallNode() local
Dscheduler.cc1647 int Scheduler::InferSwitchShape(const lite::LiteGraph::Node *switch_node) { in InferSwitchShape()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc980 void SaveBranchCaller(const CNodePtr &switch_node, const FuncGraphPtr &branch) { in SaveBranchCaller()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc810 auto switch_node = graph->NewCNode(switch_inputs); in CreateCallSwitchInputs() local