Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc66 fully_use_device_ = DEFAULT_FULLY_USE_DEVICES; in ResetAlgoParameters()
90 MS_LOG(INFO) << "fully_use_device: " << fully_use_device_ << "."; in PrintCostModel()
232 fully_use_device_ = fully_use; in set_fully_use_device()
Dcostmodel_context.h135 bool fully_use_device() const { return fully_use_device_; } in fully_use_device()
223 bool fully_use_device_; variable