Searched refs:CreateSwitchInput (Results 1 – 2 of 2) sorted by relevance
172 …CNodePtr CreateSwitchInput(const CNodePtr &cnode, const AnfNodePtr &node_input, KernelGraph *graph…
749 CNodePtr SessionBasic::CreateSwitchInput(const CNodePtr &cnode, const AnfNodePtr &node_input, Kerne… in CreateSwitchInput() function in mindspore::session::SessionBasic1008 auto switch_input = CreateSwitchInput(cnode, node_input, graph); in CreateCNodeInputs()