Home
last modified time | relevance | path

Searched defs:correct_index (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dnms_with_mask_impl.cu52 int correct_index = index_buff[(num - 1) - box_num]; // flip the array around in PopulateOutput() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dnms_with_mask_cpu_kernel.cc92 int correct_index = index_buff[(num - 1) - box_num]; // flip the array around in PopulateOutput() local