/usr/local/lib64/python3.6/site-packages/torch/include/torch/csrc/utils
Edit: /usr/local/lib64/python3.6/site-packages/torch/include/torch/csrc/utils/init.h (324B)
#pragma once
#include
namespace torch {
namespace throughput_benchmark {
void initThroughputBenchmarkBindings(PyObject* module);
} // namespace throughput_benchmark
namespace crash_handler {
void initCrashHandlerBindings(PyObject* module);
} // namespace crash_handler
} // namespace torch