SetInputStartPosition

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 product's AI Core

x

Atlas inference product's Vector Core

x

Atlas training products

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);