Home
last modified time | relevance | path

Searched refs:get_py_compiler (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_hook.cpp247 saved.get_py_compiler(), in apply_with_saved()
H A Dpython_function.cpp371 saved.get_py_compiler(), in apply_with_saved()
387 result = defer_to_dynamo(variable_list(inputs), saved.get_py_compiler()); in apply_with_saved()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h778 PyObject* get_py_compiler() { in get_py_compiler() function