Baremetal-NN
Baremetal-NN API documentation
|
|
inlinestatic |
nn_assert
Asserts that a condition is true. If the condition is false, it prints an error message and exits.
condition | The condition to assert. |
message | The error message to print if the condition is false. |