Home
last modified time | relevance | path

Searched refs:inference_compiler (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/torch/_functorch/
Daot_autograd.py776 inference_compiler: Optional[Callable] = None,
836 if inference_compiler is None:
837 inference_compiler = fw_compiler
841 inference_compiler=inference_compiler,
944 inference_compiler: Optional[Callable] = None,
970 if inference_compiler is None:
971 inference_compiler = fw_compiler
1037 inference_compiler=inference_compiler,
1462 inference_compiler=None,
/external/pytorch/torch/_inductor/
Dcompile_fx.py1432 inference_compiler = functools.partial(
1442 inference_compiler = functools.partial(fw_compiler_base, is_inference=True)
1508 return inference_compiler(unlifted_gm, example_inputs_)
1516 inference_compiler=inference_compiler,
/external/pytorch/torch/_functorch/_aot_autograd/
Djit_compile_runtime_wrappers.py166 aot_config.inference_compiler
167 if aot_config.inference_compiler is not None
Dschemas.py817 inference_compiler: Optional[Callable] = None variable in AOTConfig
/external/pytorch/torch/_dynamo/backends/
Dcudagraphs.py195 inference_compiler=functools.partial(forward_cudagraphs, is_inference=True),
/external/pytorch/test/dynamo/
Dtest_aot_autograd_cache.py561 inference_compiler=None,
/external/pytorch/test/functorch/
Dtest_aotdispatch.py5326 inference_compiler = make_boxed_compiler(
5329 aot_fn = aot_function(generate, nop, inference_compiler=inference_compiler)
5782 inference_compiler = make_boxed_compiler(
5785 compiled_fn = aot_function(fn, nop, inference_compiler=inference_compiler)