Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DReduceSumProdKernel.cu14 struct sum_functor { struct
15 void operator()(TensorIterator& iter) { in operator ()()
26 struct sum_functor<c10::complex<at::Half>> { struct
30 void operator()(TensorIterator& iter) { in operator ()()