Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DForeachFunctors.cuh405 struct UnaryOpFunctor { struct
406 using opmath_t = at::opmath_type<T>;
408 __device__ __forceinline__ void operator()( in operator ()()