Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSoftMax.cu53 struct LogSoftMaxBackwardEpilogue { struct
54 __device__ __forceinline__ LogSoftMaxBackwardEpilogue(AccumT sum) in LogSoftMaxBackwardEpilogue() argument
57 __device__ __forceinline__ T operator()(OutT gradOutput, OutT output) const { in operator ()()
61 const AccumT sum;