ArmNN
NotReleased
|
Go to the source code of this file.
Namespaces | |
armnnUtils | |
Macros | |
#define | CHECKED_INT32(VALUE) armnnUtils::VerifyInt32(#VALUE, VALUE, CHECK_LOCATION()) |
#define | CHECK_VALID_SIZE(ACTUAL, ...) armnnUtils::CheckValidSize({__VA_ARGS__}, ACTUAL, #__VA_ARGS__, #ACTUAL, CHECK_LOCATION()) |
#define | CHECKED_NON_NEGATIVE(VALUE) armnnUtils::NonNegative(#VALUE, VALUE, CHECK_LOCATION()) |
Functions | |
void | CheckValidSize (std::initializer_list< size_t > validInputCounts, size_t actualValue, const char *validExpr, const char *actualExpr, const CheckLocation &location) |
uint32_t | NonNegative (const char *expr, int32_t value, const CheckLocation &location) |
int32_t | VerifyInt32 (const char *expr, int64_t value, const armnn::CheckLocation &location) |
#define CHECK_VALID_SIZE | ( | ACTUAL, | |
... | |||
) | armnnUtils::CheckValidSize({__VA_ARGS__}, ACTUAL, #__VA_ARGS__, #ACTUAL, CHECK_LOCATION()) |
Definition at line 32 of file VerificationHelpers.hpp.
Referenced by TfLiteParser::CreateNetworkFromBinary(), OnnxParser::CreateNetworkFromString(), Deserializer::GetLstmDescriptor(), Deserializer::GetNetworkOutputBindingInfo(), Deserializer::GetNormalizationDescriptor(), armnnDeserializer::GetOriginsDescriptor(), Deserializer::GetPoolingDescriptor(), Deserializer::OutputShapeOfReshape(), TfLiteParser::OutputShapeOfReshape(), and TfLiteParser::OutputShapeOfSqueeze().
#define CHECKED_INT32 | ( | VALUE | ) | armnnUtils::VerifyInt32(#VALUE, VALUE, CHECK_LOCATION()) |
Definition at line 30 of file VerificationHelpers.hpp.
#define CHECKED_NON_NEGATIVE | ( | VALUE | ) | armnnUtils::NonNegative(#VALUE, VALUE, CHECK_LOCATION()) |
Definition at line 35 of file VerificationHelpers.hpp.
Referenced by TfLiteParser::CreateNetworkFromBinary(), Deserializer::GetInputs(), TfLiteParser::GetInputs(), TfLiteParser::GetOutputs(), TfLiteParser::GetSubgraphInputs(), TfLiteParser::GetSubgraphOutputs(), TfLiteParser::OutputShapeOfReshape(), and TfLiteParser::TfLiteParser().