Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc116 bool PriorityChooseItem(const std::vector<int> &cur_item, std::vector<int> *best_item) { in PriorityChooseItem() function
216 if (PriorityChooseItem(cur_kernel_info_match_counts, &most_match_counts)) { in ChooseMatchedKernelInfo()