pytorch/torch/csrc/autograd/profiler_python.h

14 lines
186 B
C++

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