Back to Aurora Vision Deep Learning website
You are here: Start » Computer Vision » Deep Learning » DL_LocateBarcodes_Unload
DL_LocateBarcodes_Unload
| Header: | AVLDL.h |
|---|---|
| Namespace: | avl |
| Module: | DL_LB |
Unloads a deep learning model and frees allocated memory.
Syntax
void avl::DL_LocateBarcodes_Unload ( const avl::LocateBarcodesModelId& inModelId, const bool inLeaveForRedeploy )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inModelId | const LocateBarcodesModelId& | Identifier of the deployed model | |
![]() |
inLeaveForRedeploy | const bool | True | Do not unload the model completely to speed up redeploying the model in future. All allocated memory on device will be freed regardless, but it will not free allocated system memory. |

