GetDataPos
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
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
Parent topic: Class BalanceConfig