neureka.backend.main.implementations.broadcast.CLBroadcastSubtraction 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.implementations.broadcast;
public class CLBroadcastSubtraction extends CLBroadcast
{
public CLBroadcastSubtraction(String id) {
super(id, "value += src1 - src2;\n", "value += src1 + src2 * -((d * 2) -1);\n");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy