|
Baremetal-NN
Baremetal-NN API documentation
|
| void nn_softmax1d_f16 | ( | Tensor1D_F16 * | y, |
| const Tensor1D_F16 * | x | ||
| ) |
Applies the softmax activation function to a 1D tensor with type F16.
nn_softmax1d_f16
| y | The result tensor. |
| x | The input tensor. |