AI Engine-ML Intrinsics User Guide
(v2023.2)
|
Load partially decompressed data without updating the internal buffer pointer.
Functions | |
v128int8_sparse | sparse_peek_and_get_pointer (v128int8_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v128int8_sparse | sparse_peek_and_get_pointer (v128int8_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v128int8_sparse | sparse_peek_and_get_pointer (v128int8_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v128uint8_sparse | sparse_peek_and_get_pointer (v128uint8_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v128uint8_sparse | sparse_peek_and_get_pointer (v128uint8_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v128uint8_sparse | sparse_peek_and_get_pointer (v128uint8_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v256int4_sparse | sparse_peek_and_get_pointer (v256int4_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v256int4_sparse | sparse_peek_and_get_pointer (v256int4_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v256int4_sparse | sparse_peek_and_get_pointer (v256int4_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v256uint4_sparse | sparse_peek_and_get_pointer (v256uint4_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v256uint4_sparse | sparse_peek_and_get_pointer (v256uint4_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v256uint4_sparse | sparse_peek_and_get_pointer (v256uint4_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64bfloat16_sparse | sparse_peek_and_get_pointer (v64bfloat16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64bfloat16_sparse | sparse_peek_and_get_pointer (v64bfloat16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64bfloat16_sparse | sparse_peek_and_get_pointer (v64bfloat16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64int16_sparse | sparse_peek_and_get_pointer (v64int16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64int16_sparse | sparse_peek_and_get_pointer (v64int16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64int16_sparse | sparse_peek_and_get_pointer (v64int16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64uint16_sparse | sparse_peek_and_get_pointer (v64uint16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64uint16_sparse | sparse_peek_and_get_pointer (v64uint16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v64uint16_sparse | sparse_peek_and_get_pointer (v64uint16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer. More... | |
v128int8_sparse | sparse_peek_insert_hi (v128int8_sparse v, v128int8_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v128int8_sparse | sparse_peek_insert_hi (v128int8_sparse v, v128int8_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v128int8_sparse | sparse_peek_insert_hi (v128int8_sparse v, v128int8_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v128uint8_sparse | sparse_peek_insert_hi (v128uint8_sparse v, v128uint8_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v128uint8_sparse | sparse_peek_insert_hi (v128uint8_sparse v, v128uint8_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v128uint8_sparse | sparse_peek_insert_hi (v128uint8_sparse v, v128uint8_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v256int4_sparse | sparse_peek_insert_hi (v256int4_sparse v, v256int4_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v256int4_sparse | sparse_peek_insert_hi (v256int4_sparse v, v256int4_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v256int4_sparse | sparse_peek_insert_hi (v256int4_sparse v, v256int4_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v256uint4_sparse | sparse_peek_insert_hi (v256uint4_sparse v, v256uint4_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v256uint4_sparse | sparse_peek_insert_hi (v256uint4_sparse v, v256uint4_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v256uint4_sparse | sparse_peek_insert_hi (v256uint4_sparse v, v256uint4_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64bfloat16_sparse | sparse_peek_insert_hi (v64bfloat16_sparse v, v64bfloat16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64bfloat16_sparse | sparse_peek_insert_hi (v64bfloat16_sparse v, v64bfloat16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64bfloat16_sparse | sparse_peek_insert_hi (v64bfloat16_sparse v, v64bfloat16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64int16_sparse | sparse_peek_insert_hi (v64int16_sparse v, v64int16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64int16_sparse | sparse_peek_insert_hi (v64int16_sparse v, v64int16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64int16_sparse | sparse_peek_insert_hi (v64int16_sparse v, v64int16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64uint16_sparse | sparse_peek_insert_hi (v64uint16_sparse v, v64uint16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64uint16_sparse | sparse_peek_insert_hi (v64uint16_sparse v, v64uint16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v64uint16_sparse | sparse_peek_insert_hi (v64uint16_sparse v, v64uint16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v. More... | |
v128int8_sparse | sparse_peek_set_lo (v128int8_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v128int8_sparse | sparse_peek_set_lo (v128int8_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v128int8_sparse | sparse_peek_set_lo (v128int8_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v128uint8_sparse | sparse_peek_set_lo (v128uint8_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v128uint8_sparse | sparse_peek_set_lo (v128uint8_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v128uint8_sparse | sparse_peek_set_lo (v128uint8_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v256int4_sparse | sparse_peek_set_lo (v256int4_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v256int4_sparse | sparse_peek_set_lo (v256int4_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v256int4_sparse | sparse_peek_set_lo (v256int4_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v256uint4_sparse | sparse_peek_set_lo (v256uint4_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v256uint4_sparse | sparse_peek_set_lo (v256uint4_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v256uint4_sparse | sparse_peek_set_lo (v256uint4_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64bfloat16_sparse | sparse_peek_set_lo (v64bfloat16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64bfloat16_sparse | sparse_peek_set_lo (v64bfloat16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64bfloat16_sparse | sparse_peek_set_lo (v64bfloat16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64int16_sparse | sparse_peek_set_lo (v64int16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64int16_sparse | sparse_peek_set_lo (v64int16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64int16_sparse | sparse_peek_set_lo (v64int16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64uint16_sparse | sparse_peek_set_lo (v64uint16_sparse_compress *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64uint16_sparse | sparse_peek_set_lo (v64uint16_sparse_compress __aie_dm_resource_a *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v64uint16_sparse | sparse_peek_set_lo (v64uint16_sparse_compress __aie_dm_resource_b *&p) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. More... | |
v128int8_sparse sparse_peek_and_get_pointer | ( | v128int8_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v128int8_sparse sparse_peek_and_get_pointer | ( | v128int8_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v128int8_sparse sparse_peek_and_get_pointer | ( | v128int8_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v128uint8_sparse sparse_peek_and_get_pointer | ( | v128uint8_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v128uint8_sparse sparse_peek_and_get_pointer | ( | v128uint8_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v128uint8_sparse sparse_peek_and_get_pointer | ( | v128uint8_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v256int4_sparse sparse_peek_and_get_pointer | ( | v256int4_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v256int4_sparse sparse_peek_and_get_pointer | ( | v256int4_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v256int4_sparse sparse_peek_and_get_pointer | ( | v256int4_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v256uint4_sparse sparse_peek_and_get_pointer | ( | v256uint4_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v256uint4_sparse sparse_peek_and_get_pointer | ( | v256uint4_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v256uint4_sparse sparse_peek_and_get_pointer | ( | v256uint4_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64bfloat16_sparse sparse_peek_and_get_pointer | ( | v64bfloat16_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64bfloat16_sparse sparse_peek_and_get_pointer | ( | v64bfloat16_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64bfloat16_sparse sparse_peek_and_get_pointer | ( | v64bfloat16_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64int16_sparse sparse_peek_and_get_pointer | ( | v64int16_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64int16_sparse sparse_peek_and_get_pointer | ( | v64int16_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64int16_sparse sparse_peek_and_get_pointer | ( | v64int16_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64uint16_sparse sparse_peek_and_get_pointer | ( | v64uint16_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64uint16_sparse sparse_peek_and_get_pointer | ( | v64uint16_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v64uint16_sparse sparse_peek_and_get_pointer | ( | v64uint16_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set. Returns the internal buffer pointer.
p | Returns the internal buffer pointer. |
v128int8_sparse sparse_peek_insert_hi | ( | v128int8_sparse | v, |
v128int8_sparse_compress *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v128int8_sparse sparse_peek_insert_hi | ( | v128int8_sparse | v, |
v128int8_sparse_compress __aie_dm_resource_a *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v128int8_sparse sparse_peek_insert_hi | ( | v128int8_sparse | v, |
v128int8_sparse_compress __aie_dm_resource_b *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v128uint8_sparse sparse_peek_insert_hi | ( | v128uint8_sparse | v, |
v128uint8_sparse_compress *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v128uint8_sparse sparse_peek_insert_hi | ( | v128uint8_sparse | v, |
v128uint8_sparse_compress __aie_dm_resource_a *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v128uint8_sparse sparse_peek_insert_hi | ( | v128uint8_sparse | v, |
v128uint8_sparse_compress __aie_dm_resource_b *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v256int4_sparse sparse_peek_insert_hi | ( | v256int4_sparse | v, |
v256int4_sparse_compress *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v256int4_sparse sparse_peek_insert_hi | ( | v256int4_sparse | v, |
v256int4_sparse_compress __aie_dm_resource_a *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v256int4_sparse sparse_peek_insert_hi | ( | v256int4_sparse | v, |
v256int4_sparse_compress __aie_dm_resource_b *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v256uint4_sparse sparse_peek_insert_hi | ( | v256uint4_sparse | v, |
v256uint4_sparse_compress *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v256uint4_sparse sparse_peek_insert_hi | ( | v256uint4_sparse | v, |
v256uint4_sparse_compress __aie_dm_resource_a *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v256uint4_sparse sparse_peek_insert_hi | ( | v256uint4_sparse | v, |
v256uint4_sparse_compress __aie_dm_resource_b *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64bfloat16_sparse sparse_peek_insert_hi | ( | v64bfloat16_sparse | v, |
v64bfloat16_sparse_compress *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64bfloat16_sparse sparse_peek_insert_hi | ( | v64bfloat16_sparse | v, |
v64bfloat16_sparse_compress __aie_dm_resource_a *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64bfloat16_sparse sparse_peek_insert_hi | ( | v64bfloat16_sparse | v, |
v64bfloat16_sparse_compress __aie_dm_resource_b *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64int16_sparse sparse_peek_insert_hi | ( | v64int16_sparse | v, |
v64int16_sparse_compress *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64int16_sparse sparse_peek_insert_hi | ( | v64int16_sparse | v, |
v64int16_sparse_compress __aie_dm_resource_a *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64int16_sparse sparse_peek_insert_hi | ( | v64int16_sparse | v, |
v64int16_sparse_compress __aie_dm_resource_b *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64uint16_sparse sparse_peek_insert_hi | ( | v64uint16_sparse | v, |
v64uint16_sparse_compress *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64uint16_sparse sparse_peek_insert_hi | ( | v64uint16_sparse | v, |
v64uint16_sparse_compress __aie_dm_resource_a *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v64uint16_sparse sparse_peek_insert_hi | ( | v64uint16_sparse | v, |
v64uint16_sparse_compress __aie_dm_resource_b *& | p | ||
) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the upper vector lanes will be set. The lower vector lanes come from the input v.
p | Pointer to memory location from which internal buffer will be filled. |
v | Partially uncompressed vector. Must have only the lower vector lanes set. |
v128int8_sparse sparse_peek_set_lo | ( | v128int8_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v128int8_sparse sparse_peek_set_lo | ( | v128int8_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v128int8_sparse sparse_peek_set_lo | ( | v128int8_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v128uint8_sparse sparse_peek_set_lo | ( | v128uint8_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v128uint8_sparse sparse_peek_set_lo | ( | v128uint8_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v128uint8_sparse sparse_peek_set_lo | ( | v128uint8_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v256int4_sparse sparse_peek_set_lo | ( | v256int4_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v256int4_sparse sparse_peek_set_lo | ( | v256int4_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v256int4_sparse sparse_peek_set_lo | ( | v256int4_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v256uint4_sparse sparse_peek_set_lo | ( | v256uint4_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v256uint4_sparse sparse_peek_set_lo | ( | v256uint4_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v256uint4_sparse sparse_peek_set_lo | ( | v256uint4_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64bfloat16_sparse sparse_peek_set_lo | ( | v64bfloat16_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64bfloat16_sparse sparse_peek_set_lo | ( | v64bfloat16_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64bfloat16_sparse sparse_peek_set_lo | ( | v64bfloat16_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64int16_sparse sparse_peek_set_lo | ( | v64int16_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64int16_sparse sparse_peek_set_lo | ( | v64int16_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64int16_sparse sparse_peek_set_lo | ( | v64int16_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64uint16_sparse sparse_peek_set_lo | ( | v64uint16_sparse_compress *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64uint16_sparse sparse_peek_set_lo | ( | v64uint16_sparse_compress __aie_dm_resource_a *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |
v64uint16_sparse sparse_peek_set_lo | ( | v64uint16_sparse_compress __aie_dm_resource_b *& | p | ) |
Reads one partially decompressed vector from the internal buffer and returns the result. The returned vector is smaller than the output so only the lower vector lanes will be set.
p | Pointer to memory location from which internal buffer will be filled. |