Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorTopK.cpp36 bool should_use_sort(const Tensor& self, int64_t dim) { in should_use_sort() function
57 if (should_use_sort(self, dim)) { in TORCH_IMPL_FUNC()