Home
last modified time | relevance | path

Searched refs:CalculateMemoryCostForInference (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dedge_costmodel.h144 Status CalculateMemoryCostForInference();
Dedge_costmodel.cc318 Status Edge::CalculateMemoryCostForInference() { in CalculateMemoryCostForInference() function in mindspore::parallel::Edge
Dgraph_costmodel.cc1783 if (op->CalculateMemoryCostForInference() != SUCCESS) { in CalculateOpsMemoryCostForInference()
1808 if (one_edge->CalculateMemoryCostForInference() != SUCCESS) { in CalculateEdgesMemoryCostForInference()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h111 Status CalculateMemoryCostForInference();
Doperator_info.cc1535 Status OperatorInfo::CalculateMemoryCostForInference() { in CalculateMemoryCostForInference() function in mindspore::parallel::OperatorInfo