Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for VariableAddFunction (0.07 seconds)

  1. tensorflow/c/eager/c_api_distributed_test.cc

      EXPECT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
    
      const string function_def = VariableAddFunction();
      TFE_ContextAddFunctionDef(ctx, function_def.data(), function_def.size(),
                                status);
      ASSERT_EQ(TF_GetCode(status), TF_OK) << TF_Message(status);
    
      TFE_Op* func = TFE_NewOp(ctx, "VariableAddFunction", status);
      ASSERT_EQ(TF_GetCode(status), TF_OK) << TF_Message(status);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 12 05:11:17 GMT 2024
    - 23.4K bytes
    - Click Count (0)
Back to Top