Package org.apache.sysds.runtime.codegen
Class SpoofOuterProduct
java.lang.Object
org.apache.sysds.runtime.codegen.SpoofOperator
org.apache.sysds.runtime.codegen.SpoofOuterProduct
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.sysds.runtime.codegen.SpoofOperator
SpoofOperator.SideInput, SpoofOperator.SideInputSparseCell, SpoofOperator.SideInputSparseRow -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects) execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, int numThreads) execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out) execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out, int numThreads) voidMethods inherited from class org.apache.sysds.runtime.codegen.SpoofOperator
getDenseMatrices, getNativeStagingBuffer, getTotalInputNnz, getTotalInputSize
-
Constructor Details
-
SpoofOuterProduct
-
-
Method Details
-
setOuterProdType
-
getOuterProdType
-
createCUDAInstrcution
- Specified by:
createCUDAInstrcutionin classSpoofOperator
-
getSpoofType
- Specified by:
getSpoofTypein classSpoofOperator
-
execute
- Overrides:
executein classSpoofOperator
-
execute
public ScalarObject execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, int numThreads) - Overrides:
executein classSpoofOperator
-
execute
public MatrixBlock execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out) - Specified by:
executein classSpoofOperator
-
execute
public MatrixBlock execute(ArrayList<MatrixBlock> inputs, ArrayList<ScalarObject> scalarObjects, MatrixBlock out, int numThreads) - Overrides:
executein classSpoofOperator
-