Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_extension_backend.py46 run_and_get_cpp_code = test_torchinductor.run_and_get_cpp_code variable
H A Dtest_cpu_repro.py63 run_and_get_cpp_code = test_torchinductor.run_and_get_cpp_code variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py1924 def run_and_get_cpp_code(fn, *args, **kwargs): function