SetDataPos
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Sets the position of the output data in the weight matrix.
Prototype
1 | void SetDataPos(const std::vector<std::pair<int32_t, int32_t>> &dataPos) = 0 |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataPos |
Input |
Position of the output data in the weight matrix. |
Returns
None
Exception Handling
None
Constraints
None
Parent topic: Class BalanceConfig