Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dstatic_switch.h18 #define BOOL_SWITCH(COND, CONST_NAME, ...) \ argument
30 #define DROPOUT_SWITCH(COND, CONST_NAME, ...) \ argument
40 #define ALIBI_SWITCH(COND, CONST_NAME, ...) \ argument
50 #define EVENK_SWITCH(COND, CONST_NAME, ...) \ argument
60 #define LOCAL_SWITCH(COND, CONST_NAME, ...) \ argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTriangularOps.cu22 #define BOOL_SWITCH(COND, CONST_NAME, ...) \ argument
/aosp_15_r20/trusty/user/base/tools/
Dmanifest_compiler.py160 CONST_NAME = "name" variable
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt860 intOrStringDef!!.CONST_NAMES.forEachLastAware { CONST_NAME, isLast -> method