Searched refs:python_tracer (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_python.cpp | 506 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 D | profiler_python.h | 3 namespace torch::autograd::profiler::python_tracer {
|
H A D | init.cpp | 530 torch::autograd::profiler::python_tracer::init(); in THPAutograd_initExtension()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/cpu/ |
H A D | BUILD | 154 name = "python_tracer", 166 srcs = ["python_tracer.cc"], 167 hdrs = ["python_tracer.h"],
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/orchestration/ |
H A D | python_tracer.cpp | 6 namespace python_tracer { namespace
|
H A D | python_tracer.h | 20 namespace python_tracer {
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | profiler.rst | 45 .. py:module:: torch.profiler.python_tracer
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/ |
H A D | collection.h | 633 std::pair<python_tracer::TraceKey, c10::approx_time_t>, 663 std::unique_ptr<python_tracer::PythonTracerBase> python_tracer_;
|
H A D | collection.cpp | 676 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 D | BUILD | 581 "//tensorflow/core/profiler/backends/cpu:python_tracer",
|
/aosp_15_r20/external/pytorch/ |
H A D | build_variables.bzl | 105 "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.in | 2101 # Defined in torch/csrc/jit/python/python_tracer.cpp
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ |
H A D | BUILD | 3326 "//tensorflow/core/profiler/backends/cpu:python_tracer",
|