OmniSciDB
a5dc49c757
|
#include "Logger/Logger.h"
#include "OSDependent/heavyai_path.h"
#include "RuntimeLibManager.h"
#include <boost/dll/shared_library.hpp>
#include <map>
#include <memory>
#include <unordered_map>
Go to the source code of this file.
Functions | |
boost::filesystem::path | get_torch_table_functions_path () |
boost::filesystem::path | get_runtime_test_lib_tfs_path () |
boost::filesystem::path | get_runtime_test_lib_path () |
Variables | |
boost::dll::shared_library | libtorch |
boost::dll::shared_library | libTorchTFs |
boost::dll::shared_library | testLib |
boost::dll::shared_library | testLibTFs |
boost::filesystem::path get_runtime_test_lib_path | ( | ) |
Definition at line 42 of file RuntimeLibManager.cpp.
References heavyai::get_root_abs_path().
Referenced by RuntimeLibManager::loadTestRuntimeLibs().
boost::filesystem::path get_runtime_test_lib_tfs_path | ( | ) |
Definition at line 32 of file RuntimeLibManager.cpp.
References heavyai::get_root_abs_path().
Referenced by RuntimeLibManager::loadTestRuntimeLibs().
boost::filesystem::path get_torch_table_functions_path | ( | ) |
Definition at line 20 of file RuntimeLibManager.cpp.
References heavyai::get_root_abs_path().
Referenced by RuntimeLibManager::loadRuntimeLibs().
boost::dll::shared_library libtorch |
Definition at line 15 of file RuntimeLibManager.cpp.
Referenced by RuntimeLibManager::loadRuntimeLibs().
boost::dll::shared_library libTorchTFs |
Definition at line 16 of file RuntimeLibManager.cpp.
Referenced by RuntimeLibManager::loadRuntimeLibs().
boost::dll::shared_library testLib |
Definition at line 115 of file RuntimeLibManager.cpp.
Referenced by RuntimeLibManager::loadTestRuntimeLibs().
boost::dll::shared_library testLibTFs |
Definition at line 116 of file RuntimeLibManager.cpp.
Referenced by RuntimeLibManager::loadTestRuntimeLibs().