Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/
H A Drotary_embedding.cpp110 const RotEmbType embCos = static_cast<RotEmbType>(std::cos(freq)); in generate() local
166 const int16_t embCos = quantFP32ToINT16(std::cos(freq)); in generate() local