Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for FunctionWithTestCommUnavailable (0.12 seconds)

  1. tensorflow/c/eager/c_api_test.cc

      TFE_DeleteOp(fn1);
    
      const string& fdef2 = FunctionWithErrorOp("TestCommUnavailable");
      TFE_ContextAddFunctionDef(ctx, fdef2.data(), fdef2.size(), status);
      TFE_Op* fn2 = TFE_NewOp(ctx, "FunctionWithTestCommUnavailable", status);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_Execute(fn2, retval, &num_retvals, status);
      EXPECT_EQ(TF_UNAVAILABLE, TF_GetCode(status)) << TF_Message(status);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 94.6K bytes
    - Click Count (0)
Back to Top