OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RuntimeLibManager.h
Go to the documentation of this file.
1 #include <memory>
2 #include <string>
3 
5  public:
6  static void loadRuntimeLibs(const std::string& torch_lib_path = std::string());
7  static void loadTestRuntimeLibs();
8  static bool is_libtorch_loaded();
9 
10  private:
11  static bool is_libtorch_loaded_;
12 };
static void loadTestRuntimeLibs()
static void loadRuntimeLibs(const std::string &torch_lib_path=std::string())
static bool is_libtorch_loaded()
static bool is_libtorch_loaded_