| 173 | } |
| 174 | |
| 175 | void SwapGraph(TestGraph* graph) { |
| 176 | graph_->Swap(graph); |
| 177 | CHECK(planner_->PlanAllocations() == kTfLiteOk); |
| 178 | } |
| 179 | |
| 180 | void Execute(int start, int end) { |
| 181 | CHECK(planner_->ExecuteAllocations(start, end) == kTfLiteOk); |
nothing calls this directly
no test coverage detected