AI Engine-ML Intrinsics User Guide (v2026.1)
Loading...
Searching...
No Matches

Removes extract operations that take a broadcasted vector as input.

Example:

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