|
Baremetal-NN
Baremetal-NN API documentation
|
| uint8_t nn_equals0d_f32 | ( | const Tensor0D_F32 * | a, |
| const Tensor0D_F32 * | b, | ||
| float | rel_err | ||
| ) |
Checks if two 0D floating-point tensors are equal.
nn_equals0d_f32
| a | The first 0D tensor. |
| b | The second 0D tensor. |
| rel_err | The relative error tolerance. |