GetSortOffset
功能说明
根据元素位置,获取sort数据中的对应偏移量(单位为字节)。
函数原型
1 2 |
template <typename T> __aicore__ inline uint32_t GetSortOffset(const uint32_t elemOffset) |
参数说明
接口 |
功能 |
---|---|
T |
操作数的数据类型。 |
接口 |
输入/输出 |
功能 |
---|---|---|
elemOffset |
输入 |
元素的位置。 |
返回值
sort数据中的对应偏移量。
支持的型号
Atlas A2训练系列产品/Atlas 800I A2推理产品
Atlas推理系列产品(Ascend 310P处理器)AI Core
调用示例
AscendC::GetSortOffset<half>(128);
父主题: Sort