MLask 1.0.0
A custom c++ deep learning library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mlask::ExportError Class Reference

Errors associated with ONNX export. More...

#include <exceptions.hpp>

Inheritance diagram for mlask::ExportError:
Inheritance graph
[legend]
Collaboration diagram for mlask::ExportError:
Collaboration graph
[legend]

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 ()
 

Detailed Description

Errors associated with ONNX export.

Constructor & Destructor Documentation

◆ ExportError()

mlask::ExportError::ExportError ( const std::string &  msg,
std::size_t  layerId 
)
inline
Parameters
msgmessage describing an error
layerIdid of an layer the error happend
layerthe string representation of a layer that failed

The documentation for this class was generated from the following file: