Home
last modified time | relevance | path

Searched defs:embSin (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.cpp111 const RotEmbType embSin = static_cast<RotEmbType>(std::sin(freq)); in generate() local
167 const int16_t embSin = quantFP32ToINT16(std::sin(freq)); in generate() local