Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSoftMax.cu40 struct LogSoftMaxForwardEpilogue { struct
41 __device__ __forceinline__ LogSoftMaxForwardEpilogue(AccumT max_input, AccumT sum) in LogSoftMaxForwardEpilogue() argument
44 __device__ __forceinline__ OutT operator()(T input) const { in operator ()()
48 const AccumT max_input;
49 const AccumT logsum;