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