Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc211 std::vector<int> cur_kernel_info_match_counts = {0, 0, 0, 0, 0}; in ChooseMatchedKernelInfo() local
214 UpdateCurMatchCounts(*kernel_info_ptr, kernel_node, &cur_kernel_info_match_counts); in ChooseMatchedKernelInfo()
216 if (PriorityChooseItem(cur_kernel_info_match_counts, &most_match_counts)) { in ChooseMatchedKernelInfo()