Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_backward_higher_order_ops.py97 def compiler_fn(gm): function
154 def compiler_fn(gm): function
228 def compiler_fn(gm): function
H A Dtest_backends.py52 def compiler_fn(graph, example_inputs): function
80 def compiler_fn(graph, example_inputs): function
H A Dtest_verify_correctness.py68 def compiler_fn(graph, example_inputs): function
H A Dtest_hooks.py17 def compiler_fn(gm): function
/aosp_15_r20/external/pytorch/torch/_dynamo/repro/
H A Dafter_dynamo.py50 def _accuracy_fails(gm, example_inputs, compiler_fn): argument
345 def backend_fails(gm, example_inputs, compiler_fn, orig_failure): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcompiled_autograd.py62 def __init__(self, compiler_fn) -> None: argument
498 def enable(compiler_fn): argument
H A Ddebug_utils.py440 compiler_fn, argument
H A Deval_frame.py668 def get_compiler_fn(compiler_fn): argument
H A Dutils.py2662 def compiler_fn(gm): function
H A Dsymbolic_convert.py2656 compiler_fn, argument
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Dregistry.py62 def lookup_backend(compiler_fn): argument
/aosp_15_r20/external/pytorch/test/distributed/_composable/
H A Dtest_replicate_with_compiler.py60 def compiler_fn(no_inductor=False): function
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_compile.py327 def compiler_fn(compiled_autograd_backend): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py54 compiler_fn = make_compiler_fn() variable
84 self, fn, count=1, compiler_fn=compiler_fn, compile_fn=False argument