nnfwexceptions.h File Reference
This file contains all exceptions thrown by nnfw classes. More...
Include dependency graph for nnfwexceptions.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ClusterFromOrToMissing |
| Thrown when a user attempt to create a Linker without specify the "from" or "to". More... | |
| class | ClusterStateVectorNotPresent |
| Thrown when a user attempt to get a delegate for a state vector that does not exists. More... | |
| class | IncompatibleMatrices |
| Thrown when a user attempt to do calculations with incompatible DoubleMatrix. More... | |
| class | IncompatibleVectors |
| Thrown when a user attempt to do calculations with incompatible DoubleVectors. More... | |
| class | MatrixAssignmentNotAllowed |
| Thrown when a user attempt to call the operator= on a DoubleMatrix with isinternal flag on. More... | |
| class | MatrixResizeNotAllowed |
| Thrown when a user attempt to resize a DoubleMatrix with isinternal flag on. More... | |
| class | OutputFunctionSetClusterException |
| Thrown when a user attempt to call setCluster on an OutputFunction already inserted into a Cluster. More... | |
| class | OutsideMatrixBoundaries |
| Thrown when a user attempt to access outside boundary of a DoubleMatrix. More... | |
| class | OutsideVectorBoundaries |
| Thrown when a user attempt to access outside boundary of a DoubleVector. More... | |
| class | VectorAssignmentNotAllowed |
| Thrown when a user attempt to call the operator= on a DoubleVector with isinternal flag on. More... | |
| class | VectorResizeNotAllowed |
| Thrown when a user attempt to resize a DoubleVector with isinternal flag on. More... | |
Namespaces | |
| farsa | |
Detailed Description
This file contains all exceptions thrown by nnfw classes.
Definition in file nnfwexceptions.h.