Baremetal-NN
Baremetal-NN API documentation
|
Tensor1D_I32 * nn_tensor1d_i32 | ( | size_t | shape[1], |
const int32_t * | data | ||
) |
nn_tensor1d_i32
Creates a 1D tensor with type I32.
shape | The shape of the tensor. |
data | The data to store in the tensor. |