Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h281 int64_t selected_strategy_depth_ = -1; variable
Doperator_info.cc1714 if ((selected_strategy_depth_ != -1) && (SizeToLong(curr_depth) > selected_strategy_depth_)) { in SetSelectedStrategy()
1721 selected_strategy_depth_ = SizeToLong(curr_depth); in SetSelectedStrategy()