Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcontext.cc34 std::vector<std::string> STRATEGY_SEARCH_MODE_LIST = {DYNAMIC_PROGRAMMING, RECURSIVE_PROGRAMMING};
69 strategy_search_mode_ = DYNAMIC_PROGRAMMING; in Reset()
Dcontext.h43 constexpr char DYNAMIC_PROGRAMMING[] = "dynamic_programming"; variable
Dstep_auto_parallel.cc76 …if ((strategy_search_mode != DYNAMIC_PROGRAMMING) && (strategy_search_mode != RECURSIVE_PROGRAMMIN… in StepAutoParallel()
78 strategy_search_mode = DYNAMIC_PROGRAMMING; in StepAutoParallel()
111 if (strategy_search_mode == DYNAMIC_PROGRAMMING) { in StepAutoParallel()