Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaRuntime.cpp28 const size_t numCache = 2 * modelOptions.num_layer / numChunk; in Initialize() local
H A DLlamaModelChunk.cpp46 const size_t numCache, in LlamaModelChunk()