Uses of Class
org.apache.sysds.runtime.instructions.cp.UnaryCPInstruction
Packages that use UnaryCPInstruction
Package
Description
-
Uses of UnaryCPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type UnaryCPInstructionModifier and TypeMethodDescriptionstatic 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.cpModifier and TypeClassDescriptionclassclassclassclassclassclassfinal classclassfinal classfinal classclassclassclassclassThis class supports two variants of sort operation on a 1-dimensional input matrix.classclassclassclassclassclassclassMethods in org.apache.sysds.runtime.instructions.cp that return UnaryCPInstructionModifier and TypeMethodDescriptionstatic UnaryCPInstructionUnaryCPInstruction.parseInstruction(String str) -
Uses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cpfile
Subclasses of UnaryCPInstruction in org.apache.sysds.runtime.instructions.cpfileModifier and TypeClassDescriptionfinal classThis 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 UnaryCPInstructionModifier and TypeMethodDescriptionstatic UnaryFEDInstructionUnaryFEDInstruction.parseInstruction(UnaryCPInstruction inst, ExecutionContext ec)