|
Baremetal-NN
Baremetal-NN API documentation
|
| void nn_addscalar2d_f16 | ( | Tensor2D_F16 * | y, |
| const Tensor2D_F16 * | x, | ||
| float16_t | scalar | ||
| ) |
Adds a scalar to a 2D tensor with type F16.
nn_addscalar2d_f16
| y | The result tensor. |
| x | The input tensor. |
| scalar | The scalar to add. |