Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc63 costmodel_simplify_cal_ = DEFAULT_COST_MODEL_SIMPLIFY_CALCULATION; in ResetAlgoParameters()
78 MS_LOG(INFO) << "costmodel_simplify_cal: " << costmodel_simplify_cal_ << "."; in PrintCostModel()
150 costmodel_simplify_cal_ = cm_simplify; in set_costmodel_simplify_cal()
Dcostmodel_context.h81 bool costmodel_simplify_cal() const { return costmodel_simplify_cal_; } in costmodel_simplify_cal()
173 bool costmodel_simplify_cal_; variable