aclprofModelUnSubscribe
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Unsubscribes from basic operator information, including the operator name, operator type, and operator execution time.
Prototype
aclError aclprofModelUnSubscribe(uint32_t modelId)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
modelId |
Input |
ID of a subscribed model. |
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
This API must be used in pair with aclprofModelSubscribe.
Parent topic: Subscription to Operator Information