![]() |
Edge AI Add-on API 2.2.0
|
Go to the source code of this file.
Data Structures | |
| struct | nrf_axon_nn_op_extension_base1_args_s |
| Structure compiled into the command buffer then passed to some CPU op extension functions. More... | |
| struct | nrf_axon_nn_op_extension_base2_args_s |
| Structure compiled into the command buffer then passed to some CPU op extension functions. More... | |
| struct | nrf_axon_nn_op_extension_resize_nearest_neighbor_args_s |
| Structure compiled into the command buffer then passed to the CPU op extension function resize_nearest_neighbor. More... | |
| struct | nrf_axon_nn_op_extension_space_to_from_batch_args_s |
| Structure compiled into the command buffer then passed to the CPU op extension functions space_to_batcnh and batch_to_space. More... | |
Typedefs | |
| typedef nrf_axon_result_e(* | axon_op_extension_func) (uint16_t arg_size, NRF_AXON_PLATFORM_BITWIDTH_UNSIGNED_TYPE *args) |
| Function prototype for all operation extension functions. | |