Searched refs:PythonTracer (Results 1 – 2 of 2) sorted by relevance
32 class PythonTracer : public ProfilerInterface { class34 explicit PythonTracer(const PythonHooksOptions& options) in PythonTracer() function in tensorflow::profiler::__anonf15b66cc0111::PythonTracer36 ~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()
624 class PythonTracer;629 PythonTracer* active_tracer) in ThreadLocalResults()661 PythonTracer* active_tracer_;670 class PythonTracer final : public python_tracer::PythonTracerBase { class672 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::PythonTracer795 PyEval_SetProfile(PythonTracer::pyProfileFn, (PyObject*)ctx); in PythonTracer()799 void PythonTracer::stop() { in stop()[all …]