DEBSOURCES
Skip Quicknav
sources / pytorch / 1.13.1%2Bdfsg-4 / torch / csrc / utils / cpp_stacktraces.h
1234567
#pragma once #include <torch/csrc/Export.h> namespace torch { TORCH_API bool get_cpp_stacktraces_enabled(); }