#pragma once #include #include namespace torch { TORCH_API bool get_cpp_stacktraces_enabled(); TORCH_API torch::unwind::Mode get_symbolize_mode(); } // namespace torch