AICANN Kit(CANN异构计算框架服务)AscendC算子开发AscendC算子接口基础数据结构和接口gert命名空间ContinuousVectorVectorGetOverHeadLength本页总览GetOverHeadLength 函数功能 获取数据描述信息的长度。 函数原型 static size_t GetOverHeadLength(const size_t capacity) 参数说明 参数输入/输出说明capacity输入实例的最大容量。 返回值 数据描述信息的长度。 约束说明 无 调用示例 size_t capacity = 100U;auto length = ContinuousVectorVector::GetOverHeadLength(capacity);