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

◆ NRF_AXON_CEIL_BITS

#define NRF_AXON_CEIL_BITS ( x,
y )
Value:
((((((x)+(1<<(y))-1)))>>(y))<<(y))

#defines for calculating the stride width in bytes for axon NPU generated output. Axon NPU writes each row to a 32bit boundary, so the distance between row starts is the width of the output times its bitwidth, rounded to the next 32bit boundary.