Baremetal-NN
Baremetal-NN API documentation
|
uint8_t nn_equals2d_f16 | ( | const Tensor2D_F16 * | a, |
const Tensor2D_F16 * | b, | ||
float | rel_err | ||
) |
nn_equals2d_f16
Checks if two 2D tensors with type F16 are equal.
a | The first 2D tensor. |
b | The second 2D tensor. |
rel_err | The relative error tolerance. |