Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoteExecuteUpdateServerDefWithFailures (0.26 sec)

  1. tensorflow/c/eager/c_api_cluster_test.cc

      worker_server.release();
      tensorflow::unsetenv("GRPC_FAIL_FAST");
    }
    
    TEST(CAPI, RemoteExecuteUpdateServerDefWithFailures) {
      TestRemoteExecuteUpdateServerDefWithFailures(false);
    }
    
    TEST(CAPI, RemoteExecuteUpdateServerDefWithFailuresAsync) {
      TestRemoteExecuteUpdateServerDefWithFailures(true);
    }
    
    void TestConnectToCluster(bool keep_localhost_for_first_connect) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Apr 14 10:03:59 GMT 2023
    - 19.3K bytes
    - Viewed (0)
Back to top