|
Baremetal-NN
Baremetal-NN API documentation
|
| Tensor1D_I32 * nn_full1d_i32 | ( | size_t | shape[1], |
| int32_t | data | ||
| ) |
Creates a 1D tensor with type I32 and initializes it to a given value.
nn_full1d_i32
| shape | The shape of the tensor. |
| data | The value to initialize the tensor to. |