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