|
| nrf_axon_result_e | nrf_axon_nn_op_extension_softmax (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements softmax operator.
|
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_sigmoid (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements sigmoid operator.
|
| |
| void | nrf_axon_compiler_sig_tanh_dequant_consts (int32_t *multiplier, uint8_t *shift) |
| | adjusts dequantization multiplier and scaler to produce a q3.12
|
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_sigmoid_v2 (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements sigmoid operator.
|
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_sigmoid_dequantize_input (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements sigmoid operator.
|
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_tanh (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements tanh operator.
|
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_tanh_v2 (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements tanh operator.
|
| |
| 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.
|
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_reshape (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements reshape operator.
|
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_reshape_from_axon (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| |
| nrf_axon_result_e | nrf_axon_nn_op_extension_resize_nearest_neighbor (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements resize_nearest_neighbor operator.
|
| |
| nrf_axon_result_e | nrf_axon_nn_cpu_op_space_to_batch (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements space_to_batch operator.
|
| |
| nrf_axon_result_e | nrf_axon_nn_cpu_op_batch_to_space (uint16_t argc, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| | Implements batch_to_space operator.
|
| |