EDeepLearningTool::GetGPUIndexes

EDeepLearningTool::SetGPUIndexes

This property is deprecated.

Deprecated: use EDeepLearningTool or EDeepLearningTool::ActiveDevices.
Indexes of the GPUs to use for computations.
Using multiple GPUs is only possible when we can process multiple images at once, i.e. during training (EDeepLearningTool::Train) or batch inference.
By default, all the detected GPUs will be used.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::vector<OEV_UINT32> GetGPUIndexes() const

void SetGPUIndexes(const std::vector<OEV_UINT32>& indexes)

Remarks

The GPU are indexed from 0 to EDeepLearningTool::NumGPUs - 1.

EDeepLearningTool.GPUIndexes

This property is deprecated.

Deprecated: use EDeepLearningTool or EDeepLearningTool::ActiveDevices.
Indexes of the GPUs to use for computations.
Using multiple GPUs is only possible when we can process multiple images at once, i.e. during training (EDeepLearningTool::Train) or batch inference.
By default, all the detected GPUs will be used.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint[] GPUIndexes

{ get; set; }

Remarks

The GPU are indexed from 0 to EDeepLearningTool::NumGPUs - 1.