AI Engine-ML v2 Intrinsics User Guide  v2025.2
Loading...
Searching...
No Matches

Removes extract operations that take a broadcasted vector as input.

Example:

b = broadcast(a)
c = extract(b, 1)
c = a;