|
Cpp-Processing
|
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...
#include <CelanturExceptions.h>

Public Member Functions | |
| DimensionMismatchException (const std::string &message) | |
Exception class for dimension mismatches. This exception is thrown when there is a mismatch in expected dimensions, such as input size or tensor shapes.
Normally happens when trying to compile model with wrong input dimensions. See Other Exceptions for more exceptions.
|
inline |