Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.h45 save_file_ = ""; in StrategyCheckpoint()
64 std::string save_file_; variable
Dparallel_strategy_checkpoint.cc35 instance.save_file_ = ParallelContext::GetInstance()->strategy_ckpt_save_file(); in GetInstance()
191 if (!CheckPath(save_file_)) { in Save()
194 std::fstream output(save_file_, std::ios::out | std::ios::trunc | std::ios::binary); in Save()
200 ChangeFileMode(save_file_, S_IRUSR | S_IWUSR); in Save()