Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.h160 bool CreateGroupsByCkptFile(const std::string &file);
Dstep_parallel.cc3016 bool CreateGroupsByCkptFile(const std::string &file) { in CreateGroupsByCkptFile() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.cc316 if (!parallel::CreateGroupsByCkptFile(para_group_file)) { in MsEnvGuard()