Searched refs:s_strategy (Results 1 – 4 of 4) sorted by relevance
140 void SetSelectedStrategyAndCost(const StrategyPtr &s_strategy, const CostPtr &cost) { in SetSelectedStrategyAndCost() argument141 selected_strategy_ = s_strategy; in SetSelectedStrategyAndCost()144 void SetSelectedStrategy(const StrategyPtr &s_strategy, size_t);155 Status InitSelectedStrategy(const StrategyPtr &s_strategy) { return Init(s_strategy); } in InitSelectedStrategy() argument
1712 void OperatorInfo::SetSelectedStrategy(const StrategyPtr &s_strategy, size_t curr_depth) { in SetSelectedStrategy() argument1713 MS_EXCEPTION_IF_NULL(s_strategy); in SetSelectedStrategy()1719 PrintStrategy(s_strategy); in SetSelectedStrategy()1720 selected_strategy_ = s_strategy; in SetSelectedStrategy()1733 void OperatorInfo::CheckSelectedStrategy(const StrategyPtr &s_strategy) { in CheckSelectedStrategy() argument1734 MS_EXCEPTION_IF_NULL(s_strategy); in CheckSelectedStrategy()1735 if (!s_strategy->IsEqual(selected_strategy_)) { in CheckSelectedStrategy()1739 PrintStrategy(s_strategy); in CheckSelectedStrategy()
986 StrategyPtr s_strategy = op->selected_strategy(); in ParallelStrategySearch() local988 PrintStrategy(s_strategy); in ParallelStrategySearch()1104 StrategyPtr s_strategy = op->selected_strategy(); in ParallelStrategyRecSearch() local1106 PrintStrategy(s_strategy); in ParallelStrategyRecSearch()
1328 StrategyPtr s_strategy = op->selected_strategy(); in TEST_F() local1329 Dimensions strategy_0 = s_strategy->GetInputDim()[0]; in TEST_F()1330 Dimensions strategy_1 = s_strategy->GetInputDim()[1]; in TEST_F()