Home
last modified time | relevance | path

Searched defs:keys_tmp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DRandperm.cu95 auto keys_tmp = at::empty_like(keys); in randperm_out_cuda() local
111 auto keys_tmp = at::empty_like(keys); in randperm_out_cuda() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DScatterGatherKernel.cpp702 auto keys_tmp = std::make_unique<int64_t[]>(nnz); in cpu_scatter_reduce_expanded_index() local