xref: /aosp_15_r20/external/pytorch/torch/csrc/utils/cpp_stacktraces.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 
3 #include <torch/csrc/Export.h>
4 #include <torch/csrc/profiler/unwind/unwind.h>
5 
6 namespace torch {
7 TORCH_API bool get_cpp_stacktraces_enabled();
8 TORCH_API torch::unwind::Mode get_symbolize_mode();
9 } // namespace torch
10