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,
       SpoofCompiler.GeneratorAPI api)  | 
boolean | 
equals(Object o)  | 
CNodeBinary.BinType | 
getType()  | 
int | 
hashCode()  | 
boolean | 
isSupported(SpoofCompiler.GeneratorAPI api)  | 
void | 
setOutputDims()  | 
String | 
toString()  | 
createVarname, getClassname, getDataType, getID, getInput, getNumCols, getNumRows, getOutput, getVarname, getVarname, getVectorLength, isGenerated, isLiteral, isVisited, resetGenerated, resetHash, resetVisitStatus, setDataType, setLiteral, setNumCols, setNumRows, setOutput, setVarName, setVisited, setVisitedpublic CNodeBinary(CNode in1, CNode in2, CNodeBinary.BinType type)
public CNodeBinary.BinType getType()
public String codegen(boolean sparse, SpoofCompiler.GeneratorAPI api)
public void setOutputDims()
setOutputDims in class CNodepublic boolean isSupported(SpoofCompiler.GeneratorAPI api)
isSupported in class CNodeCopyright © 2021 The Apache Software Foundation. All rights reserved.