ArmNN
 26.01
Loading...
Searching...
No Matches
Assert.hpp File Reference
#include <cassert>
Include dependency graph for Assert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Macros

#define ARMNN_ASSERT(COND)   assert(COND)
 
#define ARMNN_ASSERT_MSG(COND, MSG)   assert((COND) && MSG)
 

Macro Definition Documentation

◆ ARMNN_ASSERT

◆ ARMNN_ASSERT_MSG