Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/
H A Dmask_builder.cpp21 #define __DECL_MASK__(TYPE, TRUE_VAL, FALSE_VAL) \ macro
28 __DECL_MASK__(bool, true, false) in __DECL_MASK__() function