Sign in
android
/
platform
/
external
/
pytorch
/
afe15d2d2fe86b812d7c71777ab0f78d85ea9903
/
.
/
torch
/
csrc
/
utils
/
cpp_stacktraces.h
blob: 8c38e972faf71cb653dee89fced30d928c26b725 [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/Export.h>
#include
<torch/csrc/profiler/unwind/unwind.h>
namespace
torch
{
TORCH_API
bool
get_cpp_stacktraces_enabled
();
TORCH_API torch
::
unwind
::
Mode
get_symbolize_mode
();
}
// namespace torch