- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TFE_ContextCheckAlive (0.14 seconds)
-
tensorflow/c/eager/c_api_experimental.h
bool clear_existing_contexts); // Checks whether a remote worker is alive or not. This will return true even if // the context doesn't exist on the remote worker. TF_CAPI_EXPORT extern bool TFE_ContextCheckAlive(TFE_Context* ctx, const char* worker_name, TF_Status* status);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Feb 21 22:37:46 GMT 2024 - 39.5K bytes - Click Count (1) -
tensorflow/c/eager/c_api.cc
server_def, /*reset_context=*/false, keep_alive_secs, init_timeout_in_ms, /*retries=*/0); #endif // !IS_MOBILE_PLATFORM } TF_CAPI_EXPORT extern bool TFE_ContextCheckAlive(TFE_Context* ctx, const char* worker_name, TF_Status* status) { #if defined(IS_MOBILE_PLATFORM)Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Nov 07 05:55:21 GMT 2025 - 43.9K bytes - Click Count (0)