![]() |
Edge AI Add-on API 2.2.0
|
| nrf_axon_result_e nrf_axon_nn_op_extension_sigmoid_v2 | ( | uint16_t | argc, |
| NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE * | args ) |
Implements sigmoid operator.
Note: Updated version that produces packed output for compiler versions 1.1.0 and later.
| [in] | argc | number of elements in args. Must equal sizeof(nrf_axon_nn_op_extension_base1_args_s)/ sizeof(NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE) |
| [in] | args | up-casted nrf_axon_nn_op_extension_base1_args_s, with parameters to the function. |