预留接口,为后续功能做预留。
获取本次计算时当前分片在整个C矩阵中的位置。
1
__aicore__ inline MatrixOffset GetOffsetC()
无
MatrixOffset结构体如下:
1 2 3 4 5
struct MatrixOffset { int32_t offset; int32_t row, col; int32_t height, width; };