Home
last modified time | relevance | path

Searched defs:AlgorithmType (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_solver_pre.h49 enum AlgorithmType { kManyObjects = 0, kSingleObject, kNumAlgorithmTypes }; enum
Dsomas_solver_pre.cc129 … bool bVerifySolution, bool, SortingType, FittingType, AlgorithmType) { in Solving() argument