Home
last modified time | relevance | path

Searched refs:LoadLibraryFromPath (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc76 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() function
172 …[&](const std::string &lib_path) { return lite::opencl::LoadLibraryFromPath(lib_path, handle_ptr);… in LoadOpenCLLibrary()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp64 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() function
155 … [&](const std::string &lib_path) { return OHOS::LoadLibraryFromPath(lib_path, handle_ptr); }); in LoadOpenCLLibrary()