![]() |
Edge AI Add-on API 2.2.0
|
| nrf_axon_result_e nrf_axon_xs_24_24 | ( | const int32_t * | x_ptr, |
| int32_t * | out_ptr, | ||
| uint16_t | length, | ||
| uint8_t | rounding_bits, | ||
| nrf_axon_syncmode_blocking_e | block_mode, | ||
| bool | keep_reservation ) |
"xs"=>"x squared" Each vector value is multiplied by itself
| x_ptr | x vector input. 24bit integers unpacked. |
| out_ptr | output vector. 24bit integers unpacked, no extra stride, and rounded by rounding_bits. output can overlap input. |
| length | Number of elements in the vectors (data samples). Must be a multiple of 2, at least 4, and no greater than 512. |
| rounding_bits | Number of bits to round the output by. 0 => no rounding, maximum of 31. |