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 StringgetTemplate()static StringgetTemplate(String templateFileName)StringgetTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector)StringgetTemplate(CNodeTernary.TernaryType type, boolean sparse)StringgetTemplate(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)
 
 - 
 
 -