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