EDeepLearningTool::GetActiveDevices

EDeepLearningTool::SetActiveDevices

Devices with which to run or train the model.
Only multiple GPUs with the default engine is supported.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::vector<Euresys::Open_eVision::EasyDeepLearning::EDeepLearningDevice> GetActiveDevices() const

void SetActiveDevices(const std::vector<Euresys::Open_eVision::EasyDeepLearning::EDeepLearningDevice>& devices)

EDeepLearningTool.ActiveDevices

Devices with which to run or train the model.
Only multiple GPUs with the default engine is supported.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.EDeepLearningDevice[] ActiveDevices

{ get; set; }