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

◆ nn_equals1d_i32()

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.

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