Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUnique.cu58 const int64_t *sorted_indices_ptr = sorted_indices.const_data_ptr<int64_t>(); in compute_unique() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtopk_op_gpu.h468 int* sorted_indices_ptr; in LaunchSortKernel() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSoftMax.cu354 auto sorted_indices_ptr = sorted_indices.data_ptr<int64_t>(); in compute_pool_max() local