Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNormalization.cpp104 struct InvStd { struct
105 T operator()(T var, double epsilon) const { in operator ()()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DNormalization.cuh250 struct InvStd { struct
252 __device__ __forceinline__ T operator()(T var, double epsilon) const { in operator ()()