Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaRuntime.cpp40 constexpr size_t numRotEmbInputs = 1; in Initialize() local
H A DLlamaModelChunk.cpp47 const size_t numRotEmbInputs, in LlamaModelChunk()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/
H A Drotary_embedding.cpp217 const auto numRotEmbInputs = rotEmbedBuffers.size(); in setEmbed() local