Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/infra/bots/recipe_modules/build/
H A Dchromebook.py8 def compile_fn(api, checkout_root, out_dir): function
H A Ddocker.py18 def compile_fn(api, checkout_root, out_dir): function
H A Dcmake.py11 def compile_fn(api, checkout_root, _ignore): function
H A Dandroid.py10 def compile_fn(api, checkout_root, out_dir): function
H A Dcanvaskit.py9 def compile_fn(api, checkout_root, _ignore): function
H A Dpathkit.py8 def compile_fn(api, checkout_root, _ignore): function
H A Ddefault.py72 def compile_fn(api, checkout_root, out_dir): function
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Ddistributed.py409 def compile_fn(self, gm: fx.GraphModule, example_inputs: List[torch.Tensor]): member in DDPOptimizer
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Deval_frame.py649 compile_fn, argument
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc378 CompileFn compile_fn) { in CompileMethodHarness()
2660 CompileFn compile_fn) { in CompileDexFile()
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_dynamic_shapes.py114 compile_fn = partial(torch.compile, dynamic=True) variable in TestInductorDynamic
H A Dtest_compiled_autograd.py84 self, fn, count=1, compiler_fn=compiler_fn, compile_fn=False argument
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_dynamo_distributed.py260 def compile_fn(self, gm, example_inputs): member in CheckSplitsCompiler
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_aotdispatch.py5054 def compile_fn(x, _): function