24.08
|
#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.
|
inline |
Definition at line 29 of file Exceptions.hpp.
References CheckLocation::m_File, CheckLocation::m_Function, and CheckLocation::m_Line.
Referenced by armnnUtils::CheckValidSize(), armnnUtils::NonNegative(), armnnDeserializer::ToConstTensor(), armnnDeserializer::ToTensorInfo(), armnnUtils::VerifyInt32(), and Layer::VerifyLayerConnections().
|
inline |
Definition at line 37 of file Exceptions.hpp.
References CheckLocation::m_File, and CheckLocation::m_Line.
const char* m_File |
Definition at line 17 of file Exceptions.hpp.
Referenced by CheckLocation::AsString(), and CheckLocation::FileLine().
const char* m_Function |
Definition at line 16 of file Exceptions.hpp.
Referenced by CheckLocation::AsString().
unsigned int m_Line |
Definition at line 18 of file Exceptions.hpp.
Referenced by CheckLocation::AsString(), and CheckLocation::FileLine().