Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_core.cc94 MS_LOG(INFO) << "Best algorithm: " << algorithmTypeNames[best_algorithm]; in MemoryAllocationSolver()
104 MS_LOG(INFO) << "Algorithm strategy: " << algorithmTypeNames[algorithm_]; in MemoryAllocationSolver()
311 << result / giga << " GB)\t" << algorithmTypeNames[algorithm_] << "\t" in Search()
Dsomas_solver_pre.h44 constexpr char const *algorithmTypeNames[2] = {"Shared Objects", "Single Object"}; variable
Dsomas_solver_pre.cc166 MS_LOG(INFO) << "Best algorithm: " << algorithmTypeNames[best_solver->algorithm_]; in Solving()