Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc160 void CostModelContext::set_costmodel_communi_const(double cm_communi_const) { in set_costmodel_communi_const() argument
161 if (cm_communi_const < 0) { in set_costmodel_communi_const()
164 costmodel_communi_const_ = cm_communi_const; in set_costmodel_communi_const()