mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Improve namespaces and modernize codebase of torch/csrc/profiler code. Pull Request resolved: https://github.com/pytorch/pytorch/pull/128606 Approved by: https://github.com/Skylion007, https://github.com/aaronenyeshi
8 lines
198 B
C++
8 lines
198 B
C++
#include <torch/csrc/profiler/standalone/privateuse1_observer.h>
|
|
|
|
namespace torch::profiler::impl {
|
|
|
|
PushPRIVATEUSE1CallbacksStub pushPRIVATEUSE1CallbacksStub;
|
|
|
|
} // namespace torch::profiler::impl
|