Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc167 void CostModelContext::set_costmodel_communi_bias(double cm_communi_bias) { in set_costmodel_communi_bias() argument
168 if (cm_communi_bias < 0) { in set_costmodel_communi_bias()
171 costmodel_communi_bias_ = cm_communi_bias; in set_costmodel_communi_bias()