aclprofModelSubscribe

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

Atlas inference products

Atlas training products

Description

Subscribes to basic operator information, including the operator name, operator type, and operator execution time.

Prototype

aclError aclprofModelSubscribe(uint32_t modelId, const aclprofSubscribeConfig *profSubscribeConfig)

Parameters

Parameter

Input/Output

Description

modelId

Input

ID of the model to be subscribed to.

A successful aclmdlLoadFromFile, aclmdlLoadFromMem, aclmdlLoadFromFileWithMem, or aclmdlLoadFromMemWithMem call returns a model ID.

profSubscribeConfig

Input

Configuration information to be subscribed to.

Call aclprofCreateSubscribeConfig to create data of the aclprofSubscribeConfig type in advance.

Returns

0 on success; else, failure. For details, see aclError.

Restrictions

This API must be used in pair with aclprofModelUnSubscribe.