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