Files
ytts/venv/lib/python3.11/site-packages/torch/include/ATen/Version.h
2025-04-02 21:44:17 -07:00

17 lines
339 B
C++

#include <ATen/Context.h>
namespace at {
/// Returns a detailed string describing the configuration PyTorch.
TORCH_API std::string show_config();
TORCH_API std::string get_mkl_version();
TORCH_API std::string get_mkldnn_version();
TORCH_API std::string get_openmp_version();
TORCH_API std::string get_cxx_flags();
} // namespace at