ArmNN
 23.08
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

 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

#define ARMNN_ASSERT (   COND)    assert(COND)

Definition at line 14 of file Assert.hpp.

◆ ARMNN_ASSERT_MSG

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

Definition at line 15 of file Assert.hpp.