|
Halide 22.0.0
Halide compiler and libraries
|
An error that occurs while compiling a Halide pipeline that Halide attributes to a user error. More...
#include <Error.h>
Public Member Functions | |
| CompileError (const char *msg) | |
| CompileError (const std::string &msg) | |
Public Member Functions inherited from Halide::Error | |
| Error ()=delete | |
| Error (const char *msg) | |
| Error (const std::string &msg) | |
| Error (const Error &) | |
| Error & | operator= (const Error &) |
| Error (Error &&) noexcept | |
| Error & | operator= (Error &&) noexcept |
| virtual | ~Error () |
| virtual const char * | what () const noexcept |
Static Public Attributes | |
| static constexpr auto | verbose_name = "User error" |
| static constexpr int | verbose_debug_level = 1 |
|
explicit |