Function: unload
|
C Prototype |
aclError aclmdlUnload(uint32_t modelId) |
|---|---|
|
Python Function |
ret = acl.mdl.unload(model_id) |
|
Function Usage |
Uninstalls the model and releases resources after the model inference is complete. |
|
Input Description |
model_id: int, ID of the model to be uninstalled. |
|
Return Value |
ret: int, error code.
|
|
Restrictions |
|
|
Reference |
For details about the API call sequence, see pyACL API Call Sequence. |
Parent topic: Model Loading and Execution