|
25.11
|
Go to the source code of this file.
Namespaces | |
| namespace | armnnUtils |
Macros | |
| #define | CHECKED_INT32(VALUE) |
| #define | CHECK_VALID_SIZE(ACTUAL, ...) |
| #define | CHECKED_NON_NEGATIVE(VALUE) |
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, | |
| ... ) |
Definition at line 32 of file VerificationHelpers.hpp.
Referenced by TfLiteParserImpl::OutputShapeOfSqueeze().
| #define CHECKED_INT32 | ( | VALUE | ) |
Definition at line 30 of file VerificationHelpers.hpp.
| #define CHECKED_NON_NEGATIVE | ( | VALUE | ) |
Definition at line 35 of file VerificationHelpers.hpp.
Referenced by IDeserializer::DeserializerImpl::GetInputs(), TfLiteParserImpl::GetInputs(), TfLiteParserImpl::GetOutputs(), TfLiteParserImpl::GetSubgraphInputs(), and TfLiteParserImpl::GetSubgraphOutputs().