24.08
|
Base class for all ArmNN exceptions so that users can filter to just those. More...
#include <Exceptions.hpp>
Public Member Functions | |
Exception (const std::string &message) | |
Exception (const std::string &message, const CheckLocation &location) | |
exception with context More... | |
Exception (const Exception &other, const std::string &message, const CheckLocation &location) | |
preserving previous exception context and adding local context information More... | |
virtual const char * | what () const noexcept override |
Base class for all ArmNN exceptions so that users can filter to just those.
Definition at line 46 of file Exceptions.hpp.
|
explicit |
Definition at line 12 of file Exceptions.cpp.
|
explicit |
exception with context
Definition at line 17 of file Exceptions.cpp.
|
explicit |
preserving previous exception context and adding local context information
Definition at line 24 of file Exceptions.cpp.
|
overridevirtualnoexcept |
Definition at line 32 of file Exceptions.cpp.
Referenced by ArmnnDriver::ArmnnDriver(), DynamicBackendUtils::CreateDynamicBackends(), ArmnnPreparedModel::ExecuteGraph(), LoadedNetwork::ImportInputs(), LoadedNetwork::ImportOutputs(), main(), armnn::Optimize(), DynamicBackendUtils::RegisterDynamicBackendsImpl(), and armnn::WrapClError().