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