tvm
|
#include <tvm/ir/module.h>
#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | tvm::relay::ErrorBuilder |
A wrapper around std::stringstream to build error. include/tvm/ir/type.h Can be consumed by CompileError to construct an error. More... | |
class | tvm::relay::CompileError |
Custom Error class to be thrown during compilation. More... | |
class | tvm::relay::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. | |
tvm::relay | |
Relay: a high level functional IR for TVM. | |