Home
last modified time | relevance | path

Searched defs:compiled_fn (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Druntime_wrappers.py102 def post_compile(self, compiled_fn, aot_config, *, runtime_metadata) -> Callable: argument
136 compiled_fn, argument
242 compiled_fn, argument
469 compiled_fn, argument
563 compiled_fn, argument
617 compiled_fn, argument
652 compiled_fn, argument
940 compiled_fn, argument
1134 compiled_fn, argument
2082 compiled_fn, argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_aot_autograd_cache.py321 def expect_miss(compiled_fn, a, b): argument
333 def expect_hit(compiled_fn, a, b): argument
348 def expect_guard_miss(compiled_fn, a, b): argument
H A Dtest_repros.py3288 def compiled_fn(x): function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/utils/
H A Dlambda_post_hook.h21 LambdaPostHook(fn_type fn, compiled_fn_type compiled_fn) in LambdaPostHook()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcompiled_autograd.py333 def runtime_wrapper(compiled_fn, inputs, sizes, scalars, hooks): argument
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dpython_compiled_autograd.cpp307 THPObjectPtr compiled_fn; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp1367 auto compiled_fn = py::module::import("torch.jit._recursive") in toSugaredValue() local