1#pragma once
2
3#include <torch/csrc/Export.h>
4
5namespace torch {
6TORCH_API bool get_cpp_stacktraces_enabled();
7}
8