Cpp-Processing
Public Member Functions | List of all members
celantur::DimensionMismatchException Class Reference

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>

Collaboration diagram for celantur::DimensionMismatchException:
Collaboration graph
[legend]

Public Member Functions

 DimensionMismatchException (const std::string &message)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DimensionMismatchException()

celantur::DimensionMismatchException::DimensionMismatchException ( const std::string &  message)
inline