Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for local (0.34 sec)

  1. tensorflow/c/eager/c_api_test.cc

      const char remote_device[] = "/job:worker/replica:0/task:1/device:CPU:0";
    
      // Create a variable `var` on `worker2` using `local_ctx`.
      TFE_TensorHandle* handle_0 =
          CreateVariable(local_ctx, 1.2, remote_device, /*variable_name=*/"var");
      TF_Status* status = TF_NewStatus();
      TFE_ContextAsyncWait(local_ctx, status);
      EXPECT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TF_DeleteStatus(status);
    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)
  2. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

    // If the flag is not used, no shared objects are loaded.
    //
    // Every filesystem provides support for accessing URIs of form
    // `[<scheme>://]<path>` where `<scheme>` is optional (if missing, we are
    // accessing local paths). This test suite tests exactly one scheme for each
    // invocation. By default, we are testing all schemes available but this can be
    // restricted by using `--schemes` to specify a set of schemes to test.
    //
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 20:25:58 GMT 2022
    - 71K bytes
    - Viewed (0)
Back to top