public class CPUReduce extends java.lang.Object implements ImplementationFor<CPU>
Modifier and Type | Class and Description |
---|---|
static class |
CPUReduce.Type |
Constructor and Description |
---|
CPUReduce(CPUReduce.Type type) |
Modifier and Type | Method and Description |
---|---|
Tensor<java.lang.Integer> |
run(ExecutionCall<CPU> 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.
|
public CPUReduce(CPUReduce.Type type)
public Tensor<java.lang.Integer> run(ExecutionCall<CPU> call)
ImplementationFor
run
in interface ImplementationFor<CPU>
call
- The call which ought to be executed on this implementation.