Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/cpu/
H A Dpython_tracer.cc32 class PythonTracer : public ProfilerInterface { class
34 explicit PythonTracer(const PythonHooksOptions& options) in PythonTracer() function in tensorflow::profiler::__anonf15b66cc0111::PythonTracer
36 ~PythonTracer() override;
49 TF_DISALLOW_COPY_AND_ASSIGN(PythonTracer);
52 PythonTracer::~PythonTracer() { in ~PythonTracer()
56 Status PythonTracer::Start() { in Start()
66 Status PythonTracer::Stop() { in Stop()
76 Status PythonTracer::CollectData(XSpace* space) { in CollectData()
97 return absl::make_unique<PythonTracer>(pyhooks_options); in CreatePythonTracer()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp624 class PythonTracer;
629 PythonTracer* active_tracer) in ThreadLocalResults()
661 PythonTracer* active_tracer_;
670 class PythonTracer final : public python_tracer::PythonTracerBase { class
672 PythonTracer(torch::profiler::impl::RecordQueue* queue);
674 ~PythonTracer() override;
720 const std::vector<PyThreadState*> PythonTracer::interpreterThreads() const { in interpreterThreads()
733 PythonTracer::PythonTracer(torch::profiler::impl::RecordQueue* queue) in PythonTracer() function in torch::profiler::impl::__anonaba953630411::PythonTracer
795 PyEval_SetProfile(PythonTracer::pyProfileFn, (PyObject*)ctx); in PythonTracer()
799 void PythonTracer::stop() { in stop()
[all …]