Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp506 using python_tracer::TraceKey;
670 class PythonTracer final : public python_tracer::PythonTracerBase {
686 std::vector<python_tracer::CompressedEvent>& enters,
930 std::vector<python_tracer::CompressedEvent>& enters) { in set_start_frames()
962 std::vector<python_tracer::CompressedEvent>& enters) { in run()
976 std::vector<python_tracer::CompressedEvent>& enters, in populate()
1074 std::vector<python_tracer::CompressedEvent>& enters, in getEvents()
1129 std::unique_ptr<python_tracer::PythonTracerBase> getTracer( in getTracer()
1136 namespace torch::autograd::profiler::python_tracer { namespace
1141 torch::profiler::impl::python_tracer::registerTracer( in init()
H A Dprofiler_python.h3 namespace torch::autograd::profiler::python_tracer {
H A Dinit.cpp530 torch::autograd::profiler::python_tracer::init(); in THPAutograd_initExtension()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/cpu/
H A DBUILD154 name = "python_tracer",
166 srcs = ["python_tracer.cc"],
167 hdrs = ["python_tracer.h"],
/aosp_15_r20/external/pytorch/torch/csrc/profiler/orchestration/
H A Dpython_tracer.cpp6 namespace python_tracer { namespace
H A Dpython_tracer.h20 namespace python_tracer {
/aosp_15_r20/external/pytorch/docs/source/
H A Dprofiler.rst45 .. py:module:: torch.profiler.python_tracer
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.h633 std::pair<python_tracer::TraceKey, c10::approx_time_t>,
663 std::unique_ptr<python_tracer::PythonTracerBase> python_tracer_;
H A Dcollection.cpp676 python_tracer_ = python_tracer::PythonTracerBase::make(this);
1414 std::vector<python_tracer::CompressedEvent> python_enters; in getRecords()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A DBUILD581 "//tensorflow/core/profiler/backends/cpu:python_tracer",
/aosp_15_r20/external/pytorch/
H A Dbuild_variables.bzl105 "torch/csrc/profiler/orchestration/python_tracer.cpp",
881 "torch/csrc/jit/python/python_tracer.cpp",
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in2101 # Defined in torch/csrc/jit/python/python_tracer.cpp
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A DBUILD3326 "//tensorflow/core/profiler/backends/cpu:python_tracer",