org.encog.neural.networks.training.concurrent.performers
Class ConcurrentTrainingPerformerOpenCL
java.lang.Object
org.encog.neural.networks.training.concurrent.performers.ConcurrentTrainingPerformerCPU
org.encog.neural.networks.training.concurrent.performers.ConcurrentTrainingPerformerOpenCL
- All Implemented Interfaces:
- Runnable, ConcurrentTrainingPerformer
public class ConcurrentTrainingPerformerOpenCL
- extends ConcurrentTrainingPerformerCPU
This performer allows jobs to be performed by the CPU.
ConcurrentTrainingPerformerOpenCL
public ConcurrentTrainingPerformerOpenCL(int number,
EncogCLDevice device)
- Construct an OpenCL device performer.
- Parameters:
device - The device to use.
getDevice
public EncogCLDevice getDevice()
- Returns:
- the device
toString
public String toString()
- Description copied from class:
ConcurrentTrainingPerformerCPU
-
- Overrides:
toString in class ConcurrentTrainingPerformerCPU
Copyright © 2011. All Rights Reserved.