pytorch/torch/csrc/utils/cpp_stacktraces.h
2024-04-25 10:04:48 +00:00

9 lines
171 B
C++

#pragma once
#include <torch/csrc/Export.h>
namespace torch {
TORCH_API bool get_cpp_stacktraces_enabled();
TORCH_API bool get_disable_addr2line();
} // namespace torch