EDeepLearningTool::SetActiveDevicesById

Sets the devices with which to run the model using their index in the list returned by EDeepLearningTool::AvailableDevices.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetActiveDevicesById(const std::vector<int>& ids)

EDeepLearningTool.ActiveDevicesById

Sets the devices with which to run the model using their index in the list returned by EDeepLearningTool::AvailableDevices.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int[] ActiveDevicesById

{ get; set; }