Home
last modified time | relevance | path

Searched refs:switch_layer_input_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h396 std::shared_ptr<bool> switch_layer_input() const { return switch_layer_input_; } in switch_layer_input()
397 …void set_switch_layer_input(std::shared_ptr<bool> switch_layer_input) { switch_layer_input_ = swit… in set_switch_layer_input()
487 std::shared_ptr<bool> switch_layer_input_; variable
Dfunc_graph.cc54 switch_layer_input_ = std::make_shared<bool>(false); in FuncGraph()