Uses of Class
org.apache.sysds.runtime.instructions.cp.UnaryCPInstruction
- 
Packages that use UnaryCPInstruction Package Description org.apache.sysds.runtime.instructions.cp org.apache.sysds.runtime.instructions.cpfile 
- 
- 
Uses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cpSubclasses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cp Modifier and Type Class Description classAggregateUnaryCPInstructionclassBroadcastCPInstructionclassCentralMomentCPInstructionclassDataGenCPInstructionclassDnnCPInstructionclassFrameIndexingCPInstructionclassIndexingCPInstructionclassListIndexingCPInstructionclassMatrixIndexingCPInstructionclassMMChainCPInstructionclassMMTSJCPInstructionclassPrefetchCPInstructionclassQuantileSortCPInstructionThis class supports two variants of sort operation on a 1-dimensional input matrix.classReorgCPInstructionclassReshapeCPInstructionclassStringInitCPInstructionclassUaggOuterChainCPInstructionclassUnaryFrameCPInstructionclassUnaryMatrixCPInstructionclassUnaryScalarCPInstructionMethods in org.apache.sysds.runtime.instructions.cp that return UnaryCPInstruction Modifier and Type Method Description static UnaryCPInstructionUnaryCPInstruction. parseInstruction(String str)
- 
Uses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cpfileSubclasses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cpfile Modifier and Type Class Description classMatrixIndexingCPFileInstructionThis instruction is used if a single partition is too large to fit in memory.
 
-