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