Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches

◆ nn_assert()

static void nn_assert ( int  condition,
char *  message 
)
inlinestatic

nn_assert

Asserts that a condition is true. If the condition is false, it prints an error message and exits.

Parameters
conditionThe condition to assert.
messageThe error message to print if the condition is false.