- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FunctionWithTestNonCommUnavailable (0.31 sec)
-
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: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 20:50:20 UTC 2023 - 94.6K bytes - Viewed (0)