C# Класс Encog.Engine.Opencl.EncogCLDevice

An OpenCL compute device. One of these will be created for each GPU on your system. Some GPU drivers will also map your CPU as a compute device. A device will likely have parallel processing capabilities. A CPU device will have multiple cores. A GPU, will have multiple compute units. Devices are held by Platforms. A platform is a way to group all devices from a single vendor or driver.
Наследование: EncogCLItem
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EncogCLDevice ( EncogCLPlatform platform, ComputeDevice device ) : System

Construct an OpenCL device.

ToString ( ) : System.String

Описание методов

EncogCLDevice() публичный Метод

Construct an OpenCL device.
public EncogCLDevice ( EncogCLPlatform platform, ComputeDevice device ) : System
platform EncogCLPlatform The platform.
device ComputeDevice The device.
Результат System

ToString() публичный Метод

public ToString ( ) : System.String
Результат System.String