- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_DeletePluggableDeviceLibraryHandle (0.19 sec)
-
tensorflow/c/c_api_experimental.cc
} else { delete lib_handle; return nullptr; } } return lib_handle; } #endif } void TF_DeletePluggableDeviceLibraryHandle(TF_Library* lib_handle) { delete lib_handle; } void TF_GraphRemoveFunction(TF_Graph* g, const char* func_name, TF_Status* status) { tensorflow::mutex_lock l(g->mu);
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0)