| 71 | void SetUp() override {} |
| 72 | |
| 73 | ~CApiFunctionTest() override { |
| 74 | TF_DeleteFunction(func_); |
| 75 | TF_DeleteGraph(host_graph_); |
| 76 | TF_DeleteGraph(func_graph_); |
| 77 | TF_DeleteStatus(s_); |
| 78 | } |
| 79 | |
| 80 | void Run(const std::vector<std::pair<TF_Operation*, TF_Tensor*>>& inputs, |
| 81 | TF_Operation* output, int32_t expected_result) { |
nothing calls this directly
no test coverage detected