Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFE_ContextAddFunctionDef (0.4 sec)

  1. tensorflow/c/eager/c_api_test.cc

      EXPECT_EQ(TF_UNAVAILABLE, TF_GetCode(status)) << TF_Message(status);
      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);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 03 20:50:20 GMT 2023
    - 94.6K bytes
    - Viewed (1)
Back to top