public class CLScalarBroadcastIdentity extends CLScalarBroadcast
TYPE
Constructor and Description |
---|
CLScalarBroadcastIdentity(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, getKernelFor
public Tensor<?> run(ExecutionCall<OpenCLDevice> call)
ImplementationFor
run
in interface ImplementationFor<OpenCLDevice>
run
in class AbstractImplementationFor<OpenCLDevice>
call
- The call which ought to be executed on this implementation.