| 1612 | } |
| 1613 | |
| 1614 | void OpKernelConstruction::CtxFailureWithWarning(const Status& s) { |
| 1615 | LOG(WARNING) << s; |
| 1616 | SetStatus(s); |
| 1617 | } |
| 1618 | |
| 1619 | void OpKernelConstruction::CtxFailure(const char* file, int line, |
| 1620 | const Status& s) { |
no test coverage detected