Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DScatterGatherKernel.cu77 static TensorAssign tensor_assign; variable
474 "gather_out_cuda", tensor_assign); in gather_cuda_kernel()
482 "scatter_cuda_", tensor_assign); in scatter_cuda_kernel()
488 "scatter_fill_cuda_", tensor_assign); in scatter_fill_cuda_kernel()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DScatterGatherKernel.cpp94 static TensorAssign tensor_assign; variable
879 "gather_out_cpu", tensor_assign); in gather_cpu_kernel()
884 self, dim, index, src, "scatter_cpu_", tensor_assign); in scatter_cpu_kernel()
889 self, dim, index, value, "scatter_fill_cpu_", tensor_assign); in scatter_fill_cpu_kernel()