Home
last modified time | relevance | path

Searched refs:notifyRightPadding (Results 1 – 3 of 3) sorted by relevance

/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/
Dmask_builder.h40 void notifyRightPadding(const size_t padLength);
/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/
Dmask_builder.cpp207 void MaskBuilder::notifyRightPadding(const size_t padLength) { in notifyRightPadding() function in example::llm_helper::MaskBuilder
/external/executorch/examples/mediatek/executor_runner/llama_runner/
DLlamaModelChunk.cpp138 mMaskBuilder->notifyRightPadding(rightPadSize); in SetRightPadding()