Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc47 costmodel_communi_const_ = DEFAULT_COST_MODEL_COMMUNI_CONST; in ResetCostModel()
80 MS_LOG(INFO) << "costmodel_communi_const: " << costmodel_communi_const_ << "."; in PrintCostModel()
164 costmodel_communi_const_ = cm_communi_const; in set_costmodel_communi_const()
Dcostmodel_context.h89 double costmodel_communi_const() const { return costmodel_communi_const_; } in costmodel_communi_const()
179 double costmodel_communi_const_; variable