aclmdlUnload
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Description
Unloads a model and cleans up allocations after model inference is complete. Ensure that the model is not being used by other API calls.
The operations of loading, executing, and unloading a model must be performed in the same context. For details about how to create a context, see or .
Prototype
aclError aclmdlUnload(uint32_t modelId)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
modelId |
Input |
ID of the model to unload. |
Returns
0 on success; else, failure. For details, see aclError.