|
tvm
|
Utilities for error tracking and reporting. More...
#include <tvm/ir/module.h>#include <tvm/ir/span.h>#include <sstream>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| struct | tvm::ErrorBuilder |
| A wrapper around std::stringstream to build error. More... | |
| class | tvm::CompileError |
| Custom Error class to be thrown during compilation. More... | |
| class | tvm::ErrorReporter |
| An abstraction around how errors are stored and reported. Designed to be opaque to users, so we can support a robust and simpler error reporting mode, as well as a more complex mode. More... | |
Namespaces | |
| tvm | |
| runtime implementation for LibTorch/TorchScript. | |
Utilities for error tracking and reporting.
1.8.13