24.08
|
#include <cassert>
Go to the source code of this file.
Namespaces | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Macros | |
#define | ARMNN_ASSERT(COND) assert(COND) |
#define | ARMNN_ASSERT_MSG(COND, MSG) assert((COND) && MSG) |
#define ARMNN_ASSERT | ( | COND | ) | assert(COND) |
Definition at line 14 of file Assert.hpp.
#define ARMNN_ASSERT_MSG | ( | COND, | |
MSG | |||
) | assert((COND) && MSG) |
Definition at line 15 of file Assert.hpp.