tvm
|
Custom Error class to be thrown during compilation. More...
#include <error.h>
Public Member Functions | |
CompileError (const std::string &msg) | |
construct error from message. More... | |
CompileError (const ErrorBuilder &err) | |
construct error from error builder. More... | |
CompileError (const CompileError &other) | |
copy constructor. More... | |
CompileError () | |
default constructor. More... | |
Public Attributes | |
Span | span |
Location of the error. More... | |
Custom Error class to be thrown during compilation.
|
inlineexplicit |
construct error from message.
msg | The message |
|
inline |
construct error from error builder.
err | The error builder |
|
inline |
copy constructor.
other | The other ereor. |
|
inline |
default constructor.
Span tvm::relay::CompileError::span |
Location of the error.