Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc36 std::string StrategyToString(const Strategys &strategy) { in StrategyToString() function
70 …MS_LOG(DEBUG) << name_ << ": The strategy is " << StrategyToString(stra) << ", strategy size: " <<… in CheckStrategyValue()
73 …MS_LOG(ERROR) << name_ << ": The strategy is " << StrategyToString(stra) << ", strategy size: " <<… in CheckStrategyValue()
86 …MS_LOG(DEBUG) << name_ << ": The strategy is " << StrategyToString(stra) << ", strategy len: " << … in CheckStrategyValue()
89 …MS_LOG(ERROR) << name_ << ": The strategy is " << StrategyToString(stra) << ", strategy len: " << … in CheckStrategyValue()
99 MS_LOG(DEBUG) << name_ << ": The strategy is " << StrategyToString(stra) in CheckStrategyValue()
102 MS_LOG(ERROR) << name_ << ": The strategy is " << StrategyToString(stra) in CheckStrategyValue()
110 MS_LOG(DEBUG) << name_ << ": The strategy is " << StrategyToString(stra) in CheckStrategyValue()
113 MS_LOG(ERROR) << name_ << ": The strategy is " << StrategyToString(stra) in CheckStrategyValue()
122 …MS_LOG(DEBUG) << name_ << ": The strategy is " << StrategyToString(stra) << ", shape " << shape_va… in CheckStrategyValue()
[all …]
Dmatmul_info.cc173 …MS_LOG(ERROR) << name_ << " : Can not do this operator in the strategy: " << StrategyToString(stra) in CheckStrategy()
178 …MS_LOG(ERROR) << name_ << " : Can not do this operator in the strategy: " << StrategyToString(stra) in CheckStrategy()
Doperator_info.h315 std::string StrategyToString(const Strategys &strategy);