Package org.apache.sysds.runtime.codegen
Class SpoofCellwise
- java.lang.Object
- 
- org.apache.sysds.runtime.codegen.SpoofOperator
- 
- org.apache.sysds.runtime.codegen.SpoofCellwise
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- SpoofCUDACellwise
 
 public abstract class SpoofCellwise extends SpoofOperator - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSpoofCellwise.AggOpstatic classSpoofCellwise.CellType- 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.codegen.SpoofOperatorSpoofOperator.SideInput, SpoofOperator.SideInputSparseCell, SpoofOperator.SideInputSparseRow
 
- 
 - 
Constructor SummaryConstructors Constructor Description SpoofCellwise(SpoofCellwise.CellType type, boolean sparseSafe, boolean containsSeq, SpoofCellwise.AggOp aggOp)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsSeq()SpoofCUDAOperatorcreateCUDAInstrcution(Integer opID, SpoofCUDAOperator.PrecisionProxy ep)ScalarObjectexecute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, int k)ScalarObjectexecute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, int k, long rix)MatrixBlockexecute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out)MatrixBlockexecute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out, int k)MatrixBlockexecute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out, int k, long rix)SpoofCellwise.AggOpgetAggOp()SpoofCellwise.CellTypegetCellType()StringgetSpoofType()booleanisSparseSafe()- 
Methods inherited from class org.apache.sysds.runtime.codegen.SpoofOperatorexecute, getDenseMatrices, getNativeStagingBuffer, getTotalInputNnz, getTotalInputSize
 
- 
 
- 
- 
- 
Constructor Detail- 
SpoofCellwisepublic SpoofCellwise(SpoofCellwise.CellType type, boolean sparseSafe, boolean containsSeq, SpoofCellwise.AggOp aggOp) 
 
- 
 - 
Method Detail- 
getCellTypepublic SpoofCellwise.CellType getCellType() 
 - 
getAggOppublic SpoofCellwise.AggOp getAggOp() 
 - 
isSparseSafepublic boolean isSparseSafe() 
 - 
containsSeqpublic boolean containsSeq() 
 - 
createCUDAInstrcutionpublic SpoofCUDAOperator createCUDAInstrcution(Integer opID, SpoofCUDAOperator.PrecisionProxy ep) - Specified by:
- createCUDAInstrcutionin class- SpoofOperator
 
 - 
getSpoofTypepublic String getSpoofType() - Specified by:
- getSpoofTypein class- SpoofOperator
 
 - 
executepublic ScalarObject execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, int k) - Overrides:
- executein class- SpoofOperator
 
 - 
executepublic ScalarObject execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, int k, long rix) 
 - 
executepublic MatrixBlock execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out) - Specified by:
- executein class- SpoofOperator
 
 - 
executepublic MatrixBlock execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out, int k) - Overrides:
- executein class- SpoofOperator
 
 - 
executepublic MatrixBlock execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out, int k, long rix) 
 
- 
 
-