Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.h138 void CheckpointStrategy(const std::vector<AnfNodePtr> &all_nodes, const FuncGraphPtr &root);
Dstep_parallel.cc2655 void CheckpointStrategy(const std::vector<AnfNodePtr> &all_nodes, const FuncGraphPtr &root) { in CheckpointStrategy() function
3151 CheckpointStrategy(all_nodes, root); in StepParallel()