pytorch/torch/csrc/autograd/profiler_python.h
2022-06-11 21:11:16 +00:00

14 lines
186 B
C++

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