Home
last modified time | relevance | path

Searched defs:f_back (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dframeobject.h18 struct _frame *f_back; /* previous frame, or NULL */ member
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dcombined_traceback.cpp43 auto f_back = PyFrame_GetBack(f); in gather() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_frame.h17 PyFrameObject *f_back; /* previous frame, or NULL */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_frame.h17 PyFrameObject *f_back; /* previous frame, or NULL */ member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_frame.h17 PyFrameObject *f_back; /* previous frame, or NULL */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_frame.h17 PyFrameObject *f_back; /* previous frame, or NULL */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_frame.h17 PyFrameObject *f_back; /* previous frame, or NULL */ member
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp258 Callsite(U value, PyFrameObject* f_back) : value_(value), caller_(f_back) {} in Callsite()
876 auto f_back = (back.get() != nullptr) ? back.get() : frame; in recordPyCall() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dpyperf.h64 void* f_back; // PyFrameObject.f_back, previous frame member
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...