Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dsoftmax.h76 …const float max_scaled = max(mi) == -INFINITY ? 0.f : max(mi) * (Scale_max ? scale : float(M_LOG2E… in scale_apply_exp2() local
108 const float max_scaled = max(mi) == -INFINITY ? 0.f : max(mi) * scale; in max_scale_exp2_sum() local