|
25.11
|
#include <Exceptions.hpp>
Public Member Functions | |
| CheckLocation (const char *func, const char *file, unsigned int line) | |
| std::string | AsString () const |
| std::string | FileLine () const |
Public Attributes | |
| const char * | m_Function |
| const char * | m_File |
| unsigned int | m_Line |
Definition at line 14 of file Exceptions.hpp.
|
inline |
Definition at line 20 of file Exceptions.hpp.
References m_File, m_Function, and m_Line.
|
inline |
Definition at line 29 of file Exceptions.hpp.
References m_File, m_Function, and m_Line.
Referenced by armnnUtils::CheckValidSize(), Exception::Exception(), Exception::Exception(), armnnUtils::NonNegative(), armnnDeserializer::ToConstTensor(), armnnDeserializer::ToTensorInfo(), armnnUtils::VerifyInt32(), and Layer::VerifyLayerConnections().
|
inline |
| const char* m_File |
Definition at line 17 of file Exceptions.hpp.
Referenced by AsString(), CheckLocation(), and FileLine().
| const char* m_Function |
Definition at line 16 of file Exceptions.hpp.
Referenced by AsString(), and CheckLocation().
| unsigned int m_Line |
Definition at line 18 of file Exceptions.hpp.
Referenced by AsString(), CheckLocation(), and FileLine().