- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for LoadDynamicLibrary (0.3 sec)
-
tensorflow/c/c_api_experimental.cc
auto it = loaded_libs->find(library_filename); if (it != loaded_libs->end()) { lib_handle->lib_handle = it->second; } else { status->status = env->LoadDynamicLibrary(library_filename, &lib_handle->lib_handle); if (status->status.ok()) { TF_CHECK_OK( tensorflow::RegisterPluggableDevicePlugin(lib_handle->lib_handle)); } else {
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 29.5K bytes - Viewed (0)