| 491 | } |
| 492 | |
| 493 | void Finish(Status s) { |
| 494 | if (s.ok()) { |
| 495 | s = SetOutputs(kernel_, ctx_, args_); |
| 496 | } |
| 497 | ctx_->SetStatus(s); |
| 498 | done_(); |
| 499 | delete this; |
| 500 | } |
| 501 | }; |
| 502 | }; |
| 503 | // TODO(drpng): remove these. |
nothing calls this directly
no test coverage detected