| 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]; |
nothing calls this directly
no test coverage detected