public class CLScalarBroadcastPower extends CLScalarBroadcast
TYPE| Constructor and Description |
|---|
CLScalarBroadcastPower(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
Tensor<?> |
run(ExecutionCall<OpenCLDevice> call)
This method is the entrypoint for a concrete implementation
of the algorithm to which instances of this interface
belong and the device on which this is implemented.
|
getKernelCode, getKernelForpublic Tensor<?> run(ExecutionCall<OpenCLDevice> call)
ImplementationForrun in interface ImplementationFor<OpenCLDevice>run in class AbstractImplementationFor<OpenCLDevice>call - The call which ought to be executed on this implementation.