C# Class Encog.Neural.Networks.Training.Concurrent.Performers.ConcurrentTrainingPerformerOpenCL

This performer allows jobs to be performed by the CPU.
Inheritance: ConcurrentTrainingPerformerCPU
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
ConcurrentTrainingPerformerOpenCL ( int number, EncogCLDevice device ) : System

Construct an OpenCL device performer.

ToString ( ) : String

Method Details

ConcurrentTrainingPerformerOpenCL() public méthode

Construct an OpenCL device performer.
public ConcurrentTrainingPerformerOpenCL ( int number, EncogCLDevice device ) : System
number int The device number.
device Encog.Engine.Opencl.EncogCLDevice The device.
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String