Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSort.h9 inline bool should_use_small_sort(const TensorBase &self, int64_t dim) { in should_use_small_sort() function
H A DTensorTopK.cpp72 if (should_use_small_sort(values, dim)) { in TORCH_IMPL_FUNC()
H A DSort.cpp73 if (should_use_small_sort(self, dim)) { in sort_cuda_kernel()