Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches

◆ nn_equals3d_f32()

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.

Parameters
aThe first 3D tensor.
bThe second 3D tensor.
rel_errThe relative error tolerance.
Returns
1 if the tensors are equal within the relative error, 0 otherwise.