All Downloads are FREE. Search and download functionalities are using the official Maven repository.

neureka.backend.main.internal.FinalExecutor Maven / Gradle / Ivy

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> call );

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy