Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GRPC_FAIL_FAST (0.07 seconds)

  1. tensorflow/c/eager/c_api_cluster_test.cc

    }
    
    void TestRemoteExecuteUpdateServerDefWithFailures(bool async) {
      // Fail fast on GetStatus requests so we can get errors instead of timeout
      // when updating cluster with non-exsitent worker
      tensorflow::setenv("GRPC_FAIL_FAST", "TRUE", /*overwrite=*/1);
    
      tensorflow::ServerDef server_def = GetServerDef(2);
      // This server def has the task index set to 0.
      string serialized = server_def.SerializeAsString();
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 19.2K bytes
    - Click Count (0)
Back to Top