[object Object][object Object][object Object]undefined
[object Object]

Converts int16_t type to int8_t or uint8_t type, and stores the data in the upper half or lower half of each DataBlock. Before using this interface, you need to call asc_set_deqscale to set the quantization parameters.

  • asc_vdeq_int162b8_h: Stores the data in the upper half of each DataBlock.
  • asc_vdeq_int162b8_l: Stores the data in the lower half of each DataBlock. The computation formula is as follows:
dsti=(srciscalej)+offsetjdst_i = (src_i*scale_j)+offset_j [object Object]
  • First-n data computation

    [object Object]
  • High-dimensional tiling computation

    [object Object]
  • Synchronous computation

    [object Object]
[object Object][object Object]undefined
[object Object]

None

[object Object]

PIPE_V

[object Object]
  • The starting addresses of dst and src must be 32-byte aligned.
  • For operand address overlap constraints, refer to .
[object Object]
[object Object]