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