|
MLask 1.0.0
A custom c++ deep learning library
|
Errors associated with ONNX export. More...
#include <exceptions.hpp>


Public Member Functions | |
| ExportError (const std::string &msg, std::size_t layerId) | |
Public Member Functions inherited from mlask::ArchitectureError | |
| ArchitectureError (const std::string &msg, std::size_t layerId) | |
| const char * | what () const noexcept override |
| std::size_t | layerId () |
Errors associated with ONNX export.
|
inline |
| msg | message describing an error |
| layerId | id of an layer the error happend |
| layer | the string representation of a layer that failed |