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