创建TBuf对象时,初始化数据成员。
1 2
template <TPosition pos> __aicore__ inline TBuf();
参数名称
含义
pos
TBuf所在的逻辑位置,取值为VECCALC。关于TPosition的具体介绍请参考TPosition。
无。