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