Class CNodeRow
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.cplan.CNode
- 
- org.apache.sysds.hops.codegen.cplan.CNodeTpl
- 
- org.apache.sysds.hops.codegen.cplan.CNodeRow
 
 
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CNodeTplclone()Stringcodegen(boolean sparse, SpoofCompiler.GeneratorAPI _api)intcompile(SpoofCompiler.GeneratorAPI api, String src)booleanequals(Object o)longgetConstDim2()intgetNumVectorIntermediates()SpoofFusedOp.SpoofOutputDimsTypegetOutputDimType()SpoofRowwise.RowTypegetRowType()StringgetTemplateInfo()inthashCode()booleanisSupported(SpoofCompiler.GeneratorAPI api)voidrenameInputs()voidsetConstDim2(long dim2)voidsetNumVectorIntermediates(int num)voidsetOutputDims()voidsetRowType(SpoofRowwise.RowType type)- 
Methods inherited from class org.apache.sysds.hops.codegen.cplan.CNodeTpladdInput, codegen, getBeginLine, getGeneratorAPI, getInputHopIDs, getInputNames, resetVisitStatus, resetVisitStatusOutputs, rReorderCommutativeBinaryOps, setBeginLine, setGeneratorAPI
 - 
Methods inherited from class org.apache.sysds.hops.codegen.cplan.CNodecreateVarname, getClassname, getDataType, getID, getInput, getNumCols, getNumRows, getOutput, getVarname, getVarname, getVectorLength, isGenerated, isLiteral, isVisited, resetGenerated, resetHash, resetVisitStatus, setDataType, setLiteral, setNumCols, setNumRows, setOutput, setVarName, setVisited, setVisited
 
- 
 
- 
- 
- 
Method Detail- 
setRowTypepublic void setRowType(SpoofRowwise.RowType type) 
 - 
getRowTypepublic SpoofRowwise.RowType getRowType() 
 - 
setNumVectorIntermediatespublic void setNumVectorIntermediates(int num) 
 - 
getNumVectorIntermediatespublic int getNumVectorIntermediates() 
 - 
setConstDim2public void setConstDim2(long dim2) 
 - 
getConstDim2public long getConstDim2() 
 - 
renameInputspublic void renameInputs() - Specified by:
- renameInputsin class- CNodeTpl
 
 - 
codegenpublic String codegen(boolean sparse, SpoofCompiler.GeneratorAPI _api) 
 - 
setOutputDimspublic void setOutputDims() - Specified by:
- setOutputDimsin class- CNode
 
 - 
getOutputDimTypepublic SpoofFusedOp.SpoofOutputDimsType getOutputDimType() - Specified by:
- getOutputDimTypein class- CNodeTpl
 
 - 
getTemplateInfopublic String getTemplateInfo() - Specified by:
- getTemplateInfoin class- CNodeTpl
 
 - 
isSupportedpublic boolean isSupported(SpoofCompiler.GeneratorAPI api) - Specified by:
- isSupportedin class- CNode
 
 - 
compilepublic int compile(SpoofCompiler.GeneratorAPI api, String src) 
 
- 
 
-