Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoteExecuteUpdateServerDef (0.16 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);
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top