AI Engine API User Guide (AIE-API) 2025.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
aie::aie::PackableFrom Concept Reference

Detailed Description

The concept PackableFrom is satisfied when all the following requirements are met:

  1. Both From and To types are valid vector element types.
  2. From type is complex if and only if To is a complex type.
  3. Both From and To are integer types.
  4. From type has a wider bit representation than To.
See also
aie::vector::pack
aie::vector::pack_sign
aie::UnpackableFrom

Concept definition

template<>
The concept PackableFrom is satisfied when all the following requirements are met: