![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| [in] | argc | number of elements in args. Must equal sizeof(nrf_axon_nn_op_extension_batch_to_space_args_s)/ sizeof(NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE) |
| [in] | args | up-casted nrf_axon_nn_op_extension_batch_to_space_args_s, with parameters to the function. |