SetInputStartPosition
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
Function
Sets the start position for loading the feature matrix Input data on a single core.
Prototype
1 | __aicore__ inline void SetInputStartPosition(int64_t diStartPos, int64_t mStartPos) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
diStartPos |
Input |
Start position in the D direction on a single core |
mStartPos |
Input |
Start position in the M direction on a single core |
Returns
None
Restrictions
None
Example
1 | conv3dApi.SetInputStartPosition(diIdxStart, mIdxStart); |
Parent topic: Conv3D Kernel APIs