| Constructor and Description | 
|---|
| CodeTemplate() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTemplate() | 
| 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) | 
| static String | getTemplate(String templateFileName) | 
public String getTemplate()
public String getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector)
public String getTemplate(CNodeTernary.TernaryType type, boolean sparse)
public String getTemplate(CNodeUnary.UnaryType type, boolean sparse)
Copyright © 2021 The Apache Software Foundation. All rights reserved.