|
tvm
|
A new diagnostic interface for TVM error reporting. More...
Go to the source code of this file.
Classes | |
| class | tvm::DiagnosticNode |
| A compiler diagnostic message. More... | |
| class | tvm::Diagnostic |
| class | tvm::DiagnosticBuilder |
| A wrapper around std::stringstream to build a diagnostic. More... | |
| class | tvm::DiagnosticRendererNode |
| Display diagnostics in a given display format. More... | |
| class | tvm::DiagnosticRenderer |
| class | tvm::DiagnosticContextNode |
| class | tvm::DiagnosticContext |
Namespaces | |
| tvm | |
| runtime implementation for LibTorch/TorchScript. | |
Enumerations | |
| enum | tvm::DiagnosticLevel : int { tvm::DiagnosticLevel::kBug = 10, tvm::DiagnosticLevel::kError = 20, tvm::DiagnosticLevel::kWarning = 30, tvm::DiagnosticLevel::kNote = 40, tvm::DiagnosticLevel::kHelp = 50 } |
| The diagnostic level, controls the printing of the message. More... | |
Functions | |
| DiagnosticRenderer | tvm::TerminalRenderer (std::ostream &ostream) |
A new diagnostic interface for TVM error reporting.
1.8.13