aclprofGetModelId

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function

Obtains the ID of the model where a specified operator is located.

As a best practice, the user should create a thread and call this API in the new thread. Otherwise, this API call will block the main thread.

Prototype

1
size_t aclprofGetModelId(const void *opInfo, size_t opInfoLen, uint32_t index)

Parameters

Parameter

Input/Output

Description

opInfo

Input

Address of the operator information.

opInfoLen

Input

Length of the operator information.

index

Input

Operator index.

Must be in the range of [0, Operator count – 1]. Call aclprofGetOpNum to obtain the operator count.

Returns

Model ID.