Uses of Class
org.apache.sysds.runtime.instructions.cp.UnaryCPInstruction
- 
- 
Uses of UnaryCPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type UnaryCPInstruction Modifier and Type Method Description static doubleCPCostUtils. getDataGenCPInstTime(UnaryCPInstruction inst, VarStats output, IOCostUtils.IOMetrics metrics)static doubleCPCostUtils. getUnaryInstTime(UnaryCPInstruction inst, VarStats input, VarStats weights, VarStats output, IOCostUtils.IOMetrics metrics) - 
Uses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cp
Subclasses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cp Modifier and Type Class Description classAggregateUnaryCPInstructionclassBroadcastCPInstructionclassCentralMomentCPInstructionclassDataGenCPInstructionclassDnnCPInstructionclassEvictCPInstructionclassFrameIndexingCPInstructionclassIndexingCPInstructionclassListIndexingCPInstructionclassMatrixIndexingCPInstructionclassMMChainCPInstructionclassMMTSJCPInstructionclassPrefetchCPInstructionclassQuantileSortCPInstructionThis 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.cpfile
Subclasses 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. - 
Uses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type UnaryCPInstruction Modifier and Type Method Description static UnaryFEDInstructionUnaryFEDInstruction. parseInstruction(UnaryCPInstruction inst, ExecutionContext ec) 
 -