Home
last modified time | relevance | path

Searched refs:set_switch_input (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc232 (*target_func_graph)->set_switch_input(func_graph->switch_input()); in SetFuncGraphInfo()
756 new_func_graph->set_switch_input(func_graph->switch_input()); in TransformableClone()
Dfunc_graph.h395 void set_switch_input(std::shared_ptr<bool> switch_input) { switch_input_ = switch_input; } in set_switch_input() function
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Ddfunctor.cc51 k_graph_->set_switch_input(primal_graph->switch_input()); in DFunctor()