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