- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for FunctionWithTestNonCommUnavailable (0.66 seconds)
-
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);
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)