Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc48 costmodel_communi_bias_ = DEFAULT_COST_MODEL_COMMUNI_BIAS; in ResetCostModel()
81 MS_LOG(INFO) << "costmodel_communi_bias: " << costmodel_communi_bias_ << "."; in PrintCostModel()
171 costmodel_communi_bias_ = cm_communi_bias; in set_costmodel_communi_bias()
Dcostmodel_context.h93 double costmodel_communi_bias() const { return costmodel_communi_bias_; } in costmodel_communi_bias()
182 double costmodel_communi_bias_; variable