aclmdlBundleUnloadModel
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Unloads a graph from a model.
Prototype
1
|
aclError aclmdlBundleUnloadModel(uint32_t bundleId, uint32_t modelId) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
bundleId |
Input |
Bundle ID returned after the model is successfully initialized by calling aclmdlBundleInitFromFile or aclmdlBundleInitFromMem. |
|
modelId |
Input |
ID of the graph to be unloaded. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Model Loading and Unloading