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

◆ nrf_axon_xty_16_16_32()

nrf_axon_result_e nrf_axon_xty_16_16_32 ( const int16_t * x_ptr,
const int16_t * y_ptr,
int32_t * out_ptr,
uint16_t length,
uint8_t rounding_bits,
nrf_axon_syncmode_blocking_e block_mode,
bool keep_reservation )

vector multiplies 2 16bit vectors to produce a 32bit vector

@parameter out_ptr location to place output. Can safely overlap either input @parameter length number of of elements in the input vectors. Maximum value is 512. @rounding_bits number of bits to round the output by.