| 33 | "to compile as much of the graph as the compiler is able to."; |
| 34 | |
| 35 | static Status MakeStatus(tensorflow::error::Code code, const string& message) { |
| 36 | return Status(code, message); |
| 37 | } |
| 38 | |
| 39 | // Log the error at the given severity, optionally with a stack trace. |
| 40 | // If log_severity is NUM_SEVERITIES, nothing is logged. |