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::UnpackableFrom Concept Reference

Detailed Description

The concept UnpackableFrom 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 narrower bit representation than To.
See also
aie::vector::unpack
aie::vector::unpack_sign
aie::PackableFrom

Concept definition

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