Searched defs:GetMinCostIn (Results 1 – 2 of 2) sorted by relevance
| /third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ | ||
| D | rec_cost.h | 154 double GetMinCostIn() const { return cost_in_; } in GetMinCostIn() function |
| D | rec_cost.cc | 173 double CostMatMul::GetMinCostIn(const OperatorRec &op) { in GetMinCostIn() function in mindspore::parallel::CostMatMul |