Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dinit.cpp363 py::list py_perf_events; in initPythonBindings() local
366 py_perf_events.append(mbytes); in initPythonBindings()
390 py::list py_perf_events = t[4].cast<py::list>(); in initPythonBindings() local
391 performance_events.resize(py_perf_events.size()); in initPythonBindings()
392 for (const auto& py_perf_event : py_perf_events) { in initPythonBindings()