#ifndef ITT_H #define ITT_H #include namespace torch::profiler { void initIttBindings(PyObject* module); // namespace torch::profiler } #endif // ITT_H