| 250 | } |
| 251 | template <typename... Args> |
| 252 | Status Unimplemented(const absl::FormatSpec<Args...>& format, |
| 253 | const Args&... args) { |
| 254 | return WithLogBacktrace( |
| 255 | tensorflow::errors::Unimplemented(absl::StrFormat(format, args...))); |
| 256 | } |
| 257 | template <typename... Args> |
| 258 | Status InternalError(const absl::FormatSpec<Args...>& format, |
| 259 | const Args&... args) { |