Home
last modified time | relevance | path

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

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