Installation
Development
High-level design
Python API (PyAsc2)
Python API (PyAsc)
TBuf
TBuf.__init__()
MLIR
创建TBuf对象时,初始化数据成员。
对应的Ascend C函数原型
template <TPosition pos = TPosition::LCM> __aicore__ inline TBuf();
参数说明
pos:TBuf所在的逻辑位置,取值为VECCALC。
约束说明
无。