Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/
H A Dmtk_llama_executor_runner.cpp224 const auto first_output_token = argmax(logits_type, logits, vocab_size); in digest_prompt() local
317 const auto first_output_token = prefill_res.get(); in inference() local
H A Dmtk_llama_runner.cpp233 const auto first_output_token = argmax(logits_type, logits, vocab_size); in digest_prompt() local
325 const auto first_output_token = prefill_res.get(); in inference() local