Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dunique_op_gpu.cu.h106 const TIndex* __restrict__ sorted_unique_input_inds, in GatherOutputsAndInvertPermutationKernel() argument
111 output[i] = input[sorted_unique_input_inds[i]]; in GatherOutputsAndInvertPermutationKernel()
127 const TIndex* sorted_unique_input_inds, in GatherOutputsAndInvertPermutation() argument
138 d.stream(), uniq_size, input, sorted_unique_input_inds, in GatherOutputsAndInvertPermutation()
360 Tensor sorted_unique_input_inds; in ComputeAsync() local
362 AllocateTemp(context, uniq_size, &sorted_unique_input_inds, in ComputeAsync()
421 sorted_unique_input_inds = Tensor(); in ComputeAsync()