|
Baremetal-NN
Baremetal-NN API documentation
|
| Tensor2D_F16 * nn_full2d_f16 | ( | size_t | shape[2], |
| float16_t | data | ||
| ) |
Creates a 2D tensor with type F16 and initializes it to a specific value.
nn_full2d_f16
| shape | The shape of the tensor. |
| data | The value to initialize the tensor to. |