Searched defs:GetMaxCostIn (Results 1 – 2 of 2) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ | ||
| D | rec_cost.h | 270 virtual double GetMaxCostIn() const { return DOUBLE_MAX; } in GetMaxCostIn() function |
| D | rec_cost.cc | 249 double CostMatMul::GetMaxCostIn(const OperatorRec &op) { in GetMaxCostIn() function in mindspore::parallel::CostMatMul |