|
Halide 20.0.0
Halide compiler and libraries
|
An error that occurs while running a JIT-compiled Halide pipeline. More...
#include <Error.h>
Public Member Functions | |
| RuntimeError (const char *msg) | |
| RuntimeError (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 | error_name = "Runtime error" |
An error that occurs while running a JIT-compiled Halide pipeline.
|
explicit |