Baremetal-NN
Baremetal-NN API documentation
|
uint8_t nn_equals1d_i32 | ( | const Tensor1D_I32 * | a, |
const Tensor1D_I32 * | b | ||
) |
nn_equals1d_i32
Checks if two 1D tensors with type I32 are equal.
a | The first 1D tensor. |
b | The second 1D tensor. |