GetOffsetC

Function Description

This API is reserved for future use.

Obtains the position of the current slice in the entire matrix C during the current computation.

Prototype

1
__aicore__ inline MatrixOffset GetOffsetC()

Parameters

None

Returns

The MatrixOffset structure is as follows:

1
2
3
4
5
struct MatrixOffset {   
    int32_t offset;   
    int32_t row, col;   
    int32_t height, width; 
};

Availability

Precautions

None