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

neureka.backend.main.implementations.elementwise.CLBiElementwiseAddition Maven / Gradle / Ivy

The newest version!
package neureka.backend.main.implementations.elementwise;

public class CLBiElementwiseAddition extends CLBiElementwise
{
    public CLBiElementwiseAddition(String postfix) {
        super(
            postfix,
             "output = input1 + input2;\n",
             "output = 1;\n"
        );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy