14 std::logic_error(msg), layerId_(
layerId){}
15 const char*
what() const noexcept
override {
return std::logic_error::what(); }
16 std::size_t
layerId() {
return layerId_; }
Errors associated with Neural Network architecture e.g. wrong connection beetwen layers.
Definition exceptions.hpp:6
const char * what() const noexcept override
Definition exceptions.hpp:15
std::size_t layerId()
Definition exceptions.hpp:16
ArchitectureError(const std::string &msg, std::size_t layerId)
Definition exceptions.hpp:13
Errors associated with ONNX export.
Definition exceptions.hpp:20
ExportError(const std::string &msg, std::size_t layerId)
Definition exceptions.hpp:26
Definition LeakyRelu.hpp:4