Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / include / torch / csrc / utils / cpp_stacktraces.h
Size: Mime:
#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