- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_GraphRemoveFunction (0.08 sec)
-
tensorflow/c/c_api_experimental.cc
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); status->status = g->graph.mutable_flib_def()->RemoveFunction(func_name);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 29.5K bytes - Viewed (0)