mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This reverts commit 772ae6da1e.
Reverted https://github.com/pytorch/pytorch/pull/123966 on behalf of https://github.com/jeanschmidt due to Breaking internal builds, check D56522678 ([comment](https://github.com/pytorch/pytorch/pull/123966#issuecomment-2076821043))
9 lines
171 B
C++
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
|