Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/
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()
Dprofiler_python.h3 namespace torch::autograd::profiler::python_tracer {
Dinit.cpp530 torch::autograd::profiler::python_tracer::init(); in THPAutograd_initExtension()
/external/tensorflow/tensorflow/core/profiler/backends/cpu/
DBUILD154 name = "python_tracer",
166 srcs = ["python_tracer.cc"],
167 hdrs = ["python_tracer.h"],
/external/pytorch/torch/csrc/profiler/orchestration/
Dpython_tracer.cpp6 namespace python_tracer { namespace
Dpython_tracer.h20 namespace python_tracer {
/external/pytorch/docs/source/
Dprofiler.rst45 .. py:module:: torch.profiler.python_tracer
/external/pytorch/torch/csrc/profiler/
Dcollection.h633 std::pair<python_tracer::TraceKey, c10::approx_time_t>,
663 std::unique_ptr<python_tracer::PythonTracerBase> python_tracer_;
Dcollection.cpp676 python_tracer_ = python_tracer::PythonTracerBase::make(this);
1414 std::vector<python_tracer::CompressedEvent> python_enters; in getRecords()
/external/tensorflow/tensorflow/compiler/xla/python/
DBUILD581 "//tensorflow/core/profiler/backends/cpu:python_tracer",
/external/pytorch/
Dbuild_variables.bzl105 "torch/csrc/profiler/orchestration/python_tracer.cpp",
881 "torch/csrc/jit/python/python_tracer.cpp",
/external/pytorch/torch/_C/
D__init__.pyi.in2101 # Defined in torch/csrc/jit/python/python_tracer.cpp
/external/tensorflow/tensorflow/python/
DBUILD3326 "//tensorflow/core/profiler/backends/cpu:python_tracer",