SqueezeBrains SDK 1.18
|
Property of computational devices. More...
#include <sb.h>
Data Fields | |
sb_t_device_type | type |
Device type. | |
sb_t_framework_type | framework |
Framework associated to the device. More... | |
int | id [SB_DEVICES_MAX_NUMBER] |
Identifier of the devices to be used. More... | |
Property of computational devices.
Property of the devices on which to execute the functions sb_svl_run or sb_project_detection for Deep Cortex and Deep Surface project type.
sb_t_framework_type sb_t_devices_par::framework |
int sb_t_devices_par::id[SB_DEVICES_MAX_NUMBER] |
Identifier of the devices to be used.
The value is the index of the device to use. All the devices must be of the same sb_t_devices_par::type.
Currently only the id at index 0 is taken into account. -1 means not used.