Class Binary
- java.lang.Object
-
- org.apache.sysds.hops.codegen.cplan.CodeTemplate
-
- org.apache.sysds.hops.codegen.cplan.cuda.Binary
-
public class Binary extends CodeTemplate
-
-
Constructor Summary
Constructors Constructor Description Binary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector)
-
Methods inherited from class org.apache.sysds.hops.codegen.cplan.CodeTemplate
getTemplate, getTemplate, getTemplate, getTemplate
-
-
-
-
Method Detail
-
getTemplate
public String getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector)
- Overrides:
getTemplate
in classCodeTemplate
-
-