Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TFE_ContextCheckAlive (0.24 sec)

  1. 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);
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  2. 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)
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 43.9K bytes
    - Viewed (0)
Back to top