Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DModelChunk.h35 : MultiTokenSizeModelLoader(modelPathMap, initBatchSize), in MultiTokenSizeModelLoader() argument
41 : MultiTokenSizeModelLoader(modelPath, initBatchSize), in MultiTokenSizeModelLoader() argument
H A DLlamaRuntime.cpp42 const size_t initBatchSize = in Initialize() local
H A DLlamaModelChunk.cpp45 const size_t initBatchSize, in LlamaModelChunk()