neureka.backend.main.internal.FinalExecutor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neureka Show documentation
Show all versions of neureka Show documentation
A platform independent tensor library written in Java.
The newest version!
package neureka.backend.main.internal;
import neureka.Tensor;
import neureka.backend.api.ExecutionCall;
import neureka.devices.Device;
public interface FinalExecutor {
Tensor> execute(ExecutionCall extends Device>> call );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy