Constructor and Description |
---|
CNodeRow(ArrayList<CNode> inputs,
CNode output) |
Modifier and Type | Method and Description |
---|---|
CNodeTpl |
clone() |
String |
codegen(boolean sparse) |
boolean |
equals(Object o) |
long |
getConstDim2() |
int |
getNumVectorIntermediates() |
SpoofFusedOp.SpoofOutputDimsType |
getOutputDimType() |
SpoofRowwise.RowType |
getRowType() |
String |
getTemplateInfo() |
int |
hashCode() |
void |
renameInputs() |
void |
setConstDim2(long dim2) |
void |
setNumVectorIntermediates(int num) |
void |
setOutputDims() |
void |
setRowType(SpoofRowwise.RowType type) |
addInput, codegen, getBeginLine, getInputHopIDs, getInputNames, resetVisitStatus, resetVisitStatusOutputs, rReorderCommutativeBinaryOps, setBeginLine
createVarname, getClassname, getDataType, getID, getInput, getNumCols, getNumRows, getOutput, getVarname, getVectorLength, isGenerated, isLiteral, isVisited, resetGenerated, resetHash, resetVisitStatus, setDataType, setLiteral, setNumCols, setNumRows, setOutput, setVisited, setVisited
public void setRowType(SpoofRowwise.RowType type)
public SpoofRowwise.RowType getRowType()
public void setNumVectorIntermediates(int num)
public int getNumVectorIntermediates()
public void setConstDim2(long dim2)
public long getConstDim2()
public void renameInputs()
renameInputs
in class CNodeTpl
public void setOutputDims()
setOutputDims
in class CNode
public SpoofFusedOp.SpoofOutputDimsType getOutputDimType()
getOutputDimType
in class CNodeTpl
public String getTemplateInfo()
getTemplateInfo
in class CNodeTpl
Copyright © 2020 The Apache Software Foundation. All rights reserved.