Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DScatterGatherKernel.cpp814 void cpu_gather_expanded_index_kernel(const Tensor& result, const Tensor& index, const Tensor& self… in cpu_gather_expanded_index_kernel() function
872 cpu_gather_expanded_index_kernel<scalar_t>(result, index, self); in gather_expanded_index_kernel()