AI Engine API User Guide (AIE-API) 2024.2
|
The concept PackableFrom is satisfied when all the following requirements are met: More...
#include <concepts.hpp>
The concept PackableFrom 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 wider bit representation than To
.