Home
last modified time | relevance | path

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/
Drec_cost.h270 virtual double GetMaxCostIn() const { return DOUBLE_MAX; } in GetMaxCostIn() function
Drec_cost.cc249 double CostMatMul::GetMaxCostIn(const OperatorRec &op) { in GetMaxCostIn() function in mindspore::parallel::CostMatMul
483 double CostBatchMatMul::GetMaxCostIn(const Graph::NodeType &node) { in GetMaxCostIn() function in mindspore::parallel::CostBatchMatMul