GetDataPos

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

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

Command-Line Options

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.

Troubleshooting

None

Constraints

None