xref: /aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/itt_observer.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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