tvm
Classes | Namespaces
error.h File Reference

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>
Include dependency graph for error.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Utilities for error tracking and reporting.