Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mix (0.14 sec)

  1. tensorflow/c/eager/custom_device_test.cc

      ASSERT_NE(TF_OK, TF_GetCode(status.get()));
      ASSERT_TRUE(absl::StrContains(TF_Message(status.get()), custom0));
      ASSERT_TRUE(absl::StrContains(TF_Message(status.get()), custom1));
    
      // Custom device: mix of custom/physical places the op on the custom device.
      matmul.reset(MatMulOp(context.get(), hcustom0.get(), hcpu.get()));
      num_retvals = 1;
      executed = false;
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 27 23:39:24 GMT 2020
    - 18.4K bytes
    - Viewed (0)
Back to top