Class CodeTemplate
- java.lang.Object
-
- org.apache.sysds.hops.codegen.cplan.CodeTemplate
-
-
Constructor Summary
Constructors Constructor Description CodeTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTemplate()
static String
getTemplate(String templateFileName)
String
getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector)
String
getTemplate(CNodeTernary.TernaryType type, boolean sparse)
String
getTemplate(CNodeUnary.UnaryType type, boolean sparse)
-
-
-
Method Detail
-
getTemplate
public String getTemplate()
-
getTemplate
public String getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector)
-
getTemplate
public String getTemplate(CNodeTernary.TernaryType type, boolean sparse)
-
getTemplate
public String getTemplate(CNodeUnary.UnaryType type, boolean sparse)
-
-