![]() |
AI Engine API User Guide (AIE-API) 2024.2
|
The concept UnpackableFrom is satisfied when all the following requirements are met: More...
#include <concepts.hpp>
The concept UnpackableFrom is satisfied when all the following requirements are met:
From
and To
types are valid vector element types.From
type is complex if and only if To
is a complex type.From
and To
are integer types.From
type has a narrower bit representation than To
.