Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h141 selected_strategy_ = s_strategy; in SetSelectedStrategyAndCost()
145 StrategyPtr selected_strategy() const { return selected_strategy_; } in selected_strategy()
280 StrategyPtr selected_strategy_; variable
Doperator_info.cc1720 selected_strategy_ = s_strategy; in SetSelectedStrategy()
1735 if (!s_strategy->IsEqual(selected_strategy_)) { in CheckSelectedStrategy()
1737 PrintStrategy(selected_strategy_); in CheckSelectedStrategy()