Files
pytorch/torch/csrc/autograd/profiler_python.h

8 lines
84 B
C++

#pragma once
namespace torch::autograd::profiler::python_tracer {
void init();
}