GetDataPos

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Obtains the position of the output data in the weight matrix.

Prototype

1
const std::vector<std::pair<int32_t, int32_t>> &GetDataPos() const = 0

Parameters

None

Returns

Position of the output data in the weight matrix. The first value in pair indicates the row number, and the second value indicates the corresponding column number.

Exception Handling

None

Constraints

None