Home
last modified time | relevance | path

Searched refs:strategy_cost (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc872 pre_stra_costs = reshape_info1->strategy_cost(); in ReshapeCostCompute()
877 pre_stra_costs = pre_operator_info->strategy_cost(); in ReshapeCostCompute()
894 next_stra_costs = next_operator_info->strategy_cost(); in ReshapeCostCompute()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h124 std::vector<std::shared_ptr<StrategyWithCost>> strategy_cost() const { return strategy_cost_; } in strategy_cost() function