Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcpython_defs.h17 PyFunctionObject* _PyFunction_CopyWithNewCode(
H A Dcpython_defs.c180 _PyFunction_CopyWithNewCode(PyFunctionObject *o, PyCodeObject* code) in _PyFunction_CopyWithNewCode() function
H A Deval_frame.c318 PyFunctionObject* func = _PyFunction_CopyWithNewCode(old_func, code); in eval_custom_code_impl()