Edge AI Add-on API 2.3.0
Loading...
Searching...
No Matches

◆ nrf_axon_nn_op_extension_tanh_dequantize_input()

nrf_axon_result_e nrf_axon_nn_op_extension_tanh_dequantize_input ( uint16_t argc,
NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE * args )

Implements tanh operator.

Note: Updated from tanh_v2 version that supports 8 and 16bit quantized input that isn't q3.12 compiler versions 1.3.1 and later.

Parameters
[in]argcnumber of elements in args. Must equal sizeof(nrf_axon_nn_op_extension_sig_tanh_args_s)/ sizeof(NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE)
[in]argsup-casted nrf_axon_nn_op_extension_sig_tanh_args_s, with parameters to the function.