Home
last modified time | relevance | path

Searched defs:nth_element (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dmediangrad.cc236 for (int64_t nth_element = start; nth_element < end; nth_element++) { in MedianGradCompute() local
261 for (int64_t nth_element = 0; nth_element < need_calculate_num; nth_element++) { in MedianGradCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmedian_grad_cpu_kernel.cc227 for (int64_t nth_element = start; nth_element < end; nth_element++) { in MedianGradCompute() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp43438 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function
43460 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function