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
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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