Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FunctionWithTestNonCommUnavailable (0.19 sec)

  1. tensorflow/c/eager/c_api_test.cc

      TFE_DeleteOp(comm_op);
    
      const string& fdef1 = FunctionWithErrorOp("TestNonCommUnavailable");
      TFE_ContextAddFunctionDef(ctx, fdef1.data(), fdef1.size(), status);
      TFE_Op* fn1 = TFE_NewOp(ctx, "FunctionWithTestNonCommUnavailable", status);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_Execute(fn1, retval, &num_retvals, status);
      EXPECT_EQ(TF_INTERNAL, TF_GetCode(status)) << TF_Message(status);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
Back to top