Exception class for errors during model compilation. This exception is thrown when there are issues encountered while compiling a machine learning model.
More...
#include <CelanturExceptions.h>
Exception class for errors during model compilation. This exception is thrown when there are issues encountered while compiling a machine learning model.
See Other Exceptions for more exceptions.
◆ ModelCompileException()
| celantur::ModelCompileException::ModelCompileException |
( |
std::string_view |
message | ) |
|
|
inline |
◆ what()
| const char * ModelCompileException::what |
( |
| ) |
const |
|
overridenoexcept |