Errors associated with Neural Network architecture e.g. wrong connection beetwen layers.
More...
#include <exceptions.hpp>
Errors associated with Neural Network architecture e.g. wrong connection beetwen layers.
◆ ArchitectureError()
| mlask::ArchitectureError::ArchitectureError |
( |
const std::string & |
msg, |
|
|
std::size_t |
layerId |
|
) |
| |
|
inline |
- Parameters
-
| msg | message describing an error |
| layerId | id of an layer the error happend |
| layer | the string representation of a layer that failed |
◆ layerId()
| std::size_t mlask::ArchitectureError::layerId |
( |
| ) |
|
|
inline |
◆ what()
| const char * mlask::ArchitectureError::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: