MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ~CApiGradientsTest

Method ~CApiGradientsTest

tensorflow/c/c_api_test.cc:1526–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524 expected_graph_(TF_NewGraph()) {}
1525
1526 ~CApiGradientsTest() override {
1527 TF_DeleteGraph(graph_);
1528 TF_DeleteGraph(expected_graph_);
1529 TF_DeleteStatus(s_);
1530 }
1531
1532 void TestGradientsSuccess(bool grad_inputs_provided) {
1533 TF_Output inputs[2];

Callers

nothing calls this directly

Calls 2

TF_DeleteGraphFunction · 0.85
TF_DeleteStatusFunction · 0.85

Tested by

no test coverage detected