Cpp-Processing
Classes | Typedefs
Exceptions
Collaboration diagram for Exceptions:

Classes

class  celantur::ModelCompileException
 Exception class for errors during model compilation. This exception is thrown when there are issues encountered while compiling a machine learning model. More...
 
class  celantur::ModelLoadException
 Exception class for errors during model loading. This exception is thrown when there are issues encountered while loading a machine learning model. More...
 
class  celantur::DimensionMismatchException
 Exception class for dimension mismatches. This exception is thrown when there is a mismatch in expected dimensions, such as input size or tensor shapes. More...
 

Typedefs

typedef DimensionMismatchException celantur::dimension_mismatch_exception
 Alias for backward compatibility. More...
 

Detailed Description

Celantur Exceptions that may be thrown by the SDK library

Typedef Documentation

◆ dimension_mismatch_exception

Alias for backward compatibility.