1 #include <torch/csrc/profiler/api.h> 2 3 namespace torch::profiler::impl { 4 5 void pushITTCallbacks( 6 const ProfilerConfig& config, 7 const std::unordered_set<at::RecordScope>& scopes); 8 9 } // namespace torch::profiler::impl 10