![]() |
Edge AI Add-on API 2.2.0
|
| nrf_axon_result_e nrf_axon_nn_op_extension_tanh | ( | uint16_t | argc, |
| NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE * | args ) |
Implements tanh operator.
Note: legacy version that produces packed output for compiler versions below 1.1.0
| [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. |