Shifts each element in src right by value bits.
- For int16_t/int32_t, performs arithmetic right shift (removes the lowest bit, copies the sign bit to the highest bit).
- For uint16_t/uint32_t, performs logical right shift (removes the lowest bit, fills the highest bit with 0).
First-n data computation
[object Object]High-dimensional tiling computation
[object Object]Synchronous computation
[object Object]
None
PIPE_V
- value cannot be set to a negative value.
- The value of value cannot exceed the bit width of the src data type.
- The starting addresses of dst and src must be 32-byte aligned.
- For operand address overlap constraints, refer to .
[object Object]