public class CNodeNary extends CNode
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CNodeNary.NaryType | 
| Constructor and Description | 
|---|
| CNodeNary(CNode[] inputs,
         CNodeNary.NaryType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | codegen(boolean sparse) | 
| boolean | equals(Object o) | 
| CNodeNary.NaryType | getType() | 
| int | hashCode() | 
| void | setOutputDims() | 
| String | toString() | 
createVarname, getClassname, getDataType, getID, getInput, getNumCols, getNumRows, getOutput, getVarname, getVectorLength, isGenerated, isLiteral, isVisited, resetGenerated, resetHash, resetVisitStatus, setDataType, setLiteral, setNumCols, setNumRows, setOutput, setVisited, setVisitedpublic CNodeNary(CNode[] inputs, CNodeNary.NaryType type)
public CNodeNary.NaryType getType()
public void setOutputDims()
setOutputDims in class CNodeCopyright © 2020 The Apache Software Foundation. All rights reserved.