Searched refs:StrategyWithCost (Results 1 – 14 of 14) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | costmodel.h | 79 class StrategyWithCost { 81 …StrategyWithCost(StrategyPtr strategy, std::vector<TensorInfo> inputs_, std::vector<TensorInfo> ou… in StrategyWithCost() function 83 StrategyWithCost(StrategyPtr strategy, CostPtrList c_list) in StrategyWithCost() function 86 StrategyWithCost(const StrategyWithCost &swc) = delete; 87 StrategyWithCost(StrategyWithCost &&swc) in StrategyWithCost() function 92 ~StrategyWithCost() = default;
|
D | graph_costmodel.cc | 929 std::vector<std::shared_ptr<StrategyWithCost>> op1_new_stra_cost; in EliminationSources() 944 …std::shared_ptr<StrategyWithCost> swc = std::make_shared<StrategyWithCost>(op1_new_stra, op1_new_c… in EliminationSources()
|
/third_party/mindspore/tests/ut/cpp/parallel/ops_info/ |
D | tmpidentity_test.cc | 140 std::vector<std::shared_ptr<StrategyWithCost>> sc = identity_ptr->GetStrategyCost(); in TEST_F() 157 std::vector<std::shared_ptr<StrategyWithCost>> sc = identity_ptr->GetStrategyCost(); in TEST_F() 168 std::vector<std::shared_ptr<StrategyWithCost>> sc = identity_ptr2->GetStrategyCost(); in TEST_F()
|
D | activation_test.cc | 76 std::vector<std::shared_ptr<StrategyWithCost>> sc = act_ptr_->GetStrategyCost(); in TEST_F() 96 std::vector<std::shared_ptr<StrategyWithCost>> sc = soft_ptr_->GetStrategyCost(); in TEST_F()
|
D | tensor_add_info_test.cc | 184 std::vector<std::shared_ptr<StrategyWithCost>> sc = tensor_add->GetStrategyCost(); in TEST_F() 206 std::vector<std::shared_ptr<StrategyWithCost>> sc = tensor_add1->GetStrategyCost(); in TEST_F()
|
D | prelu_test.cc | 157 std::vector<std::shared_ptr<StrategyWithCost>> sc = prelu->GetStrategyCost(); in TEST_F() 262 std::vector<std::shared_ptr<StrategyWithCost>> sc = prelu_2d->GetStrategyCost(); in TEST_F()
|
D | transpose_test.cc | 183 std::vector<std::shared_ptr<StrategyWithCost>> sc = transpose->GetStrategyCost(); in TEST_F()
|
D | matmul_info_test.cc | 565 std::vector<std::shared_ptr<StrategyWithCost>> sc = matmul1->GetStrategyCost(); in TEST_F() 581 std::vector<std::shared_ptr<StrategyWithCost>> sc = matmul3->GetStrategyCost(); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | reshape_info.h | 61 Status GenetateStrategyCosts(const std::vector<std::shared_ptr<StrategyWithCost>> &pre_stra_costs, 62 … const std::vector<std::shared_ptr<StrategyWithCost>> &next_stra_costs, int64_t out_index,
|
D | operator_info.h | 103 std::vector<std::shared_ptr<StrategyWithCost>> GetStrategyCost() { return strategy_cost_; } in GetStrategyCost() 104 void SetStrategyCost(const std::vector<std::shared_ptr<StrategyWithCost>> &); 124 std::vector<std::shared_ptr<StrategyWithCost>> strategy_cost() const { return strategy_cost_; } in strategy_cost() 259 std::vector<std::shared_ptr<StrategyWithCost>> strategy_cost_;
|
D | reshape_info.cc | 411 std::shared_ptr<StrategyWithCost> swc = in SetCostForReshape() 412 std::make_shared<StrategyWithCost>(strategy, inputs_tensor_info_, outputs_tensor_info_); in SetCostForReshape() 444 Status ReshapeInfo::GenetateStrategyCosts(const std::vector<std::shared_ptr<StrategyWithCost>> &pre… in GenetateStrategyCosts() 445 … const std::vector<std::shared_ptr<StrategyWithCost>> &next_stra_costs, in GenetateStrategyCosts()
|
D | operator_info.cc | 1396 std::shared_ptr<StrategyWithCost> swc = in SetCostUnderStrategyBase() 1397 std::make_shared<StrategyWithCost>(strategy, inputs_tensor_info_, outputs_tensor_info_); in SetCostUnderStrategyBase() 1418 std::vector<std::shared_ptr<StrategyWithCost>> ret; in ApproximateStrategies() 1425 …[&alpha, &beta](const std::shared_ptr<StrategyWithCost> &s1, const std::shared_ptr<StrategyWithCos… in ApproximateStrategies() 1743 void OperatorInfo::SetStrategyCost(const std::vector<std::shared_ptr<StrategyWithCost>> &stra_cost)… in SetStrategyCost()
|
D | matmul_info.cc | 634 std::shared_ptr<StrategyWithCost> swc = in SetCostUnderStrategy() 635 std::make_shared<StrategyWithCost>(strategy, inputs_tensor_info_, outputs_tensor_info_); in SetCostUnderStrategy()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_auto_parallel.cc | 866 std::vector<std::shared_ptr<StrategyWithCost>> pre_stra_costs; in ReshapeCostCompute() 883 std::vector<std::shared_ptr<StrategyWithCost>> next_stra_costs; in ReshapeCostCompute()
|