Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSortingKernel.cpp95 static bool can_use_radix_sort(const TensorBase& values, const bool descending) { in can_use_radix_sort() function
185 if (can_use_radix_sort(values, descending)) { in sort_kernel()