| 1212 | } |
| 1213 | |
| 1214 | ~CApiColocationTest() override { |
| 1215 | TF_DeleteGraph(graph_); |
| 1216 | TF_DeleteStatus(s_); |
| 1217 | } |
| 1218 | |
| 1219 | void SetViaStringList(TF_OperationDescription* desc, |
| 1220 | const std::vector<string>& list) { |
nothing calls this directly
no test coverage detected