Back to Aurora Vision Deep Learning website
You are here: Start » Computer Vision » Deep Learning » DL_LocateHazmat_Deploy
DL_LocateHazmat_Deploy
| Header: | AVLDL.h |
|---|---|
| Namespace: | avl |
| Module: | DL_LH |
Loads a deep learning model and prepares its execution on a specific target device.
Syntax
C++
C#
void avl::DL_LocateHazmat_Deploy ( const atl::Optional<avl::DeviceKind::Type>& inDeviceType, const int inDeviceIndex, avl::LocateHazmatModelId& outModelId )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inDeviceType | const Optional<DeviceKind::Type>& | NIL | A type of a device selected for deploying and executing the model. If not set, device depending on version (CPU/GPU) of installed Deep Learning add-on is selected. If not set, device depending on version (CPU/GPU) of installed Deep Learning add-on is selected. | |
![]() |
inDeviceIndex | const int | 0 - ![]() |
0 | An index of a device selected for deploying and executing the model. |
![]() |
outModelId | LocateHazmatModelId& | Identifier of the deployed model |



