Searched refs:strategy_cost (Results 1 – 2 of 2) sorted by relevance
872 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()
124 std::vector<std::shared_ptr<StrategyWithCost>> strategy_cost() const { return strategy_cost_; } in strategy_cost() function