Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoteExecuteUpdateServerDef (0.28 sec)

  1. tensorflow/c/eager/c_api_cluster_test.cc

      // TODO(b/136478427): Figure out how to correctly shut the server down.
      worker_server.release();
    }
    
    TEST(CAPI, RemoteExecuteUpdateServerDef) {
      TestRemoteExecuteUpdateServerDef(false);
    }
    
    TEST(CAPI, RemoteExecuteUpdateServerDefAsync) {
      TestRemoteExecuteUpdateServerDef(true);
    }
    
    void TestRemoteExecuteUpdateServerDefResourceAccess(bool async) {
      tensorflow::ServerDef server_def = GetServerDef(2);
    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