| 200 | } |
| 201 | |
| 202 | TF_Operation* Use(const std::vector<TF_Operation*>& inputs) { |
| 203 | return UseT(ToOutput(inputs)); |
| 204 | } |
| 205 | |
| 206 | TF_Operation* UseT(const std::vector<TF_Output>& inputs) { |
| 207 | TF_Operation* op; |
nothing calls this directly
no test coverage detected