| 78 | } |
| 79 | |
| 80 | void Run(const std::vector<std::pair<TF_Operation*, TF_Tensor*>>& inputs, |
| 81 | TF_Operation* output, int32_t expected_result) { |
| 82 | Run(inputs, {{output, 0}}, {expected_result}); |
| 83 | } |
| 84 | |
| 85 | // Run the host graph, which now contains a function and check that |
| 86 | // outputs are as expected. |
no test coverage detected