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