public class CNodeBinary extends CNode
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CNodeBinary.BinType | 
| Constructor and Description | 
|---|
| CNodeBinary(CNode in1,
           CNode in2,
           CNodeBinary.BinType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | codegen(boolean sparse) | 
| boolean | equals(Object o) | 
| CNodeBinary.BinType | 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 CNodeBinary(CNode in1, CNode in2, CNodeBinary.BinType type)
public CNodeBinary.BinType getType()
public void setOutputDims()
setOutputDims in class CNodeCopyright © 2020 The Apache Software Foundation. All rights reserved.