Searched refs:switch_layer_input_ (Results 1 – 2 of 2) sorted by relevance
396 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
54 switch_layer_input_ = std::make_shared<bool>(false); in FuncGraph()