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

Moves 512B dense weight matrices stored in L1 Buffer to L0B Buffer, and reads 128B index matrices for sparsification of the dense matrix.

The index matrix is arranged in reverse order within an int8_t address. For example: the index matrix 1 2 0 1 0 2 1 0 is arranged in the address as 1 0 2 1 0 1 2 0, where 1 0 2 1 (corresponding to the first four digits of the index matrix 1 2 0 1) forms one int8_t data, and 0 1 2 0 (corresponding to the last four digits of the index matrix 0 2 1 0) forms one int8_t data.

[object Object]
  • High-dimensional tiling movement

    [object Object]
  • Synchronous movement

    [object Object]
[object Object]

Table 1 Parameter description

[object Object]undefined
[object Object]

None

[object Object]

PIPE_MTE1

[object Object]
  • For operand address overlap constraints, refer to .
  • The start addresses of dst and src must be 32-byte aligned.
  • A repeat value of 0 means the operation is not executed.
  • start_index cannot be less than 0.
  • The transpose function is not supported.
[object Object]
[object Object]