|
25.11
|
#include <cassert>Go to the source code of this file.
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Macros | |
| #define | ARMNN_ASSERT(COND) |
| #define | ARMNN_ASSERT_MSG(COND, MSG) |
| #define ARMNN_ASSERT | ( | COND | ) |
Definition at line 14 of file Assert.hpp.
Referenced by Connect(), armnn::IsLayerOptimizable(), armnn::IsLayerSupported(), ConvertConstDequantisationLayersToConstLayersImpl::Run(), ConvertConstPermuteLayersToConstLayers::Run(), FuseBatchNorm< ConvLayer, ArmnnType, T >::Run(), OptimizeConsecutiveReshapesImpl::Run(), OptimizeInverseConversionsImpl::Run(), PermuteAndBatchToSpaceAsDepthToSpaceImpl< PermuteType >::Run(), ConvertConstDequantisationLayersToConstLayersImpl::~ConvertConstDequantisationLayersToConstLayersImpl(), ConvertConstPermuteLayersToConstLayers::~ConvertConstPermuteLayersToConstLayers(), and TurboConvertConstDequantisationLayersToConstLayersImpl::~TurboConvertConstDequantisationLayersToConstLayersImpl().
| #define ARMNN_ASSERT_MSG | ( | COND, | |
| MSG ) |
Definition at line 15 of file Assert.hpp.
Referenced by armnn::optimizations::pad_fold::GetLowestElement(), FuseBatchNorm< ConvLayer, ArmnnType, T >::Run(), FoldPadIntoConvolution2dImpl::Run(), and FoldPadIntoDepthwiseConvolution2dImpl::Run().