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

◆ nn_equals2d_i32()

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.

Parameters
aThe first 2D tensor.
bThe second 2D tensor.
Returns
1 if the tensors are equal, 0 otherwise.