Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verified (0.16 sec)

  1. tensorflow/c/eager/c_api_test.cc

      job_def2->mutable_tasks()->insert(
          {0, tensorflow::strings::StrCat(
                  "localhost:", tensorflow::testing::PickUnusedPortOrDie())});
      return server_def;
    }
    
    // This test verifies the following:
    // 1. Start the GRPC server for worker 1 using single host server def A with
    //    only worker 1.
    // 2. Create a context B using A.
    // 3. Create the variable in B.
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 03 20:50:20 GMT 2023
    - 94.6K bytes
    - Viewed (1)
Back to top