Home
last modified time | relevance | path

Searched refs:LlamaModelPaths (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/
H A Dmtk_llama_runner.h29 using example::LlamaModelPaths;
54 LlamaModelPaths get_model_paths();
74 const LlamaModelPaths modelpaths_;
H A Dmtk_llama_executor_runner.cpp136 using example::LlamaModelPaths;
168 LlamaModelPaths get_model_paths() { in get_model_paths()
169 LlamaModelPaths model_paths = { in get_model_paths()
350 LlamaModelPaths model_paths = get_model_paths(); in main()
H A Dmtk_llama_runner.cpp176 LlamaModelPaths MTKLlamaRunner::get_model_paths() { in get_model_paths()
177 LlamaModelPaths model_paths = { in get_model_paths()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaRuntime.h32 const LlamaModelPaths& modelPaths);
H A DLlamaConfig.h38 struct LlamaModelPaths { struct
H A DLlamaRuntime.cpp25 const LlamaModelPaths& modelPaths) { in Initialize()