Home
last modified time | relevance | path

Searched refs:PyFrame_GetBack (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp780 frame = PyFrame_GetBack(frame); in PythonTracer()
862 auto back = THPFrameObjectPtr(PyFrame_GetBack(frame)); in recordPyCall()
870 auto back = THPFrameObjectPtr(PyFrame_GetBack(frame)); in recordPyCall()
875 auto back = THPFrameObjectPtr(PyFrame_GetBack(frame)); in recordPyCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpyframe.h9 PyAPI_FUNC(PyFrameObject *) PyFrame_GetBack(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpyframe.h9 PyAPI_FUNC(PyFrameObject *) PyFrame_GetBack(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpyframe.h9 PyAPI_FUNC(PyFrameObject *) PyFrame_GetBack(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpyframe.h9 PyAPI_FUNC(PyFrameObject *) PyFrame_GetBack(PyFrameObject *frame);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpyframe.h9 PyAPI_FUNC(PyFrameObject *) PyFrame_GetBack(PyFrameObject *frame);
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h172 PyFrame_GetBack(PyFrameObject *frame) in PyFrame_GetBack() function
183 PyFrameObject *back = PyFrame_GetBack(frame); in _PyFrame_GetBackBorrow()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dpython_util.cpp46 auto new_frame = PyFrame_GetBack(frame); in GetPythonFrames()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dframe.rst41 .. c:function:: PyFrameObject* PyFrame_GetBack(PyFrameObject *frame)
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dcombined_traceback.cpp43 auto f_back = PyFrame_GetBack(f); in gather()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtraceback.cc48 py_frame != nullptr; py_frame = PyFrame_GetBack(py_frame)) { in Traceback()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tracer.cpp39 auto new_frame = PyFrame_GetBack(frame); in _pythonCallstack()
/aosp_15_r20/external/python/cpython3/Python/
D_warnings.c806 PyFrameObject *back = PyFrame_GetBack(frame); in next_external_frame()
833 PyFrameObject *back = PyFrame_GetBack(f); in setup_context()
/aosp_15_r20/external/python/cpython3/Objects/
Dframeobject.c103 PyObject *res = (PyObject *)PyFrame_GetBack(f); in frame_getback()
1320 PyFrame_GetBack(PyFrameObject *frame) in PyFrame_GetBack() function
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Deval_frame.c112 return (PyObject*)PyFrame_GetBack(self->frame->frame_obj); in THPPyInterpreterFrame_f_back()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2413 * :c:func:`PyFrame_GetBack`
2438 * ``f_back``: use :c:func:`PyFrame_GetBack`.
2460 computed lazily. The :c:func:`PyFrame_GetBack` function must be called
2479 Code defining ``PyFrame_GetBack()`` on Python 3.8 and older::
2482 static inline PyFrameObject* PyFrame_GetBack(PyFrameObject *frame)
D3.9.rst1284 Added :c:func:`PyFrame_GetBack` function: get the frame next outer frame.
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst928 New :c:func:`PyFrame_GetBack` function: get the frame next outer frame.
D3.11.0b4.rst1075 * :c:func:`PyFrame_GetBack`
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi248 …<elf-symbol name='PyFrame_GetBack' type='func-type' binding='global-binding' visibility='default-v…
8318PyFrame_GetBack' mangled-name='PyFrame_GetBack' filepath='Objects/frameobject.c' line='1161' colum…