#pragma once #include // There are some components which use these symbols. Until we migrate them // we have to mirror them in the old autograd namespace. namespace torch::autograd::profiler { using torch::profiler::impl::ActivityType; using torch::profiler::impl::getProfilerConfig; using torch::profiler::impl::ProfilerConfig; using torch::profiler::impl::profilerEnabled; using torch::profiler::impl::ProfilerState; } // namespace torch::autograd::profiler