Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dupdate_graph_executor_opt.cpp5 thread_local bool kOptimize = true; variable
/aosp_15_r20/art/dexoptanalyzer/
H A Ddexoptanalyzer.h44 kOptimize = 1, enumerator
/aosp_15_r20/external/angle/src/compiler/translator/
H A DDirectiveHandler.cpp82 const char kOptimize[] = "optimize"; in handlePragma() local