Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c183 typedef struct jit_arguments { struct
199 } jit_arguments; typedef
/aosp_15_r20/external/pytorch/torchgen/api/
H A Ddispatcher.py81 def jit_arguments(func: FunctionSchema) -> list[Argument]: function