Home
last modified time | relevance | path

Searched defs:switch_input (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_cond.cc121 auto switch_input = utils::cast<CNodePtr>(switch_node->input(1)); in IdentifySubgraphInput() local
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h394 std::shared_ptr<bool> switch_input() const { return switch_input_; } in switch_input() function
395 void set_switch_input(std::shared_ptr<bool> switch_input) { switch_input_ = switch_input; } in set_switch_input()
/third_party/mindspore/mindspore/lite/src/
Dscheduler.cc716 auto switch_input = NodeInputIsSwitch(node); in InferCallShape() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc1008 auto switch_input = CreateSwitchInput(cnode, node_input, graph); in CreateCNodeInputs() local