Concatenate vectors - Concatenate vectors - 2023.2 English - UG1583

AI Engine-ML Intrinsics User Guide (UG1583)

Document_ID
UG1583
Release_Date
2023-11-16
Version
2023.2 English
AI Engine-ML Intrinsics User Guide  (v2023.2)
Concatenate vectors

Vector concat intrinsic functions allow concatenation of vector values to create a larger one. More...

Overview

Vector concat intrinsic functions allow concatenation of vector values to create a larger one.

These intrinsics concatenate the given input vectors and return the resulting vector. The following example shows in which order the vectors are concatenated.

res = [a1; a0]
res = [a3; a2; a1; a0]

Modules

 Concatenate four vectors
 
 Concatenate two vectors