Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for BuildGraphAndAddGradientsWithPrefixes (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/c_api_test.cc

      TestGradientsError(false);
    }
    
    TEST_F(CApiGradientsTest, GradientsPrefix_PrefixIsOk) {
      BuildGraphAndAddGradientsWithPrefixes("gradients");
      ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_);
    }
    
    TEST_F(CApiGradientsTest, GradientsPrefix_TwoGradientsWithDistinctPrefixes) {
      BuildGraphAndAddGradientsWithPrefixes("gradients", "gradients_1");
      ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_);
    }
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Nov 17 00:00:38 GMT 2025
    - 97K bytes
    - Click Count (0)
Back to Top