Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DMultiModelLoader.h26 : mModelPathMap(modelPathMap), in mModelPathMap() argument
H A DModelChunk.h35 : MultiTokenSizeModelLoader(modelPathMap, initBatchSize), in MultiTokenSizeModelLoader() argument
H A DLlamaRuntime.cpp47 ModelPathMap modelPathMap; in Initialize() local
H A DLlamaModelChunk.cpp43 const ModelPathMap& modelPathMap, in LlamaModelChunk()