Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
torch
/
csrc
/
utils
/
cpp_stacktraces.h
blob: 30602b0c9b73183c2584111b522a3a162ab68edf [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/Export.h>
namespace
torch
{
TORCH_API
bool
get_cpp_stacktraces_enabled
();
TORCH_API
bool
get_disable_addr2line
();
}
// namespace torch