Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp285 auto load(const Callsite<C>& callsite, size_t python_tid) const { in load()
290 python_tid, in load()
919 for (size_t python_tid : c10::irange(tls.size())) { local
921 tls[python_tid].trace_keys_, *this, value_cache, python_tid);
923 addExits<EventType::PyCall>(tls[python_tid].exit_times_, python_tid);
924 addExits<EventType::PyCCall>(tls[python_tid].c_exit_times_, python_tid);
944 size_t python_tid) { in operator ()() argument
947 {it.second, value_cache.load(it.first, python_tid)}); in operator ()()
955 size_t python_tid) { in addExits() argument
957 get_state<E>().exits_.push({time_converter_(i), python_tid}); in addExits()
[all …]
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpythonpm.c59 int python_tid; in main() local
80 if (-1 == (python_tid = _beginthread(PythonThread, NULL, 1024 * 1024, &args))) in main()
92 DosKillThread(python_tid); in main()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.h291 size_t python_tid,
294 python_tid_{python_tid},
315 size_t python_tid,
318 : PyExtraFieldsBase(end_time_ns, python_tid, std::move(caller)),
334 size_t python_tid,
337 : PyExtraFieldsBase(end_time_ns, python_tid, std::move(caller)),