Uses of Class
org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
Packages that use ComputationCPInstruction
Package
Description
-
Uses of ComputationCPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type ComputationCPInstructionModifier and TypeMethodDescriptionstatic doubleCPCostUtils.getComputationInstTime(ComputationCPInstruction inst, VarStats input1, VarStats input2, VarStats input3, VarStats input4, VarStats output, IOCostUtils.IOMetrics metrics) -
Uses of ComputationCPInstruction in org.apache.sysds.runtime.controlprogram.federated
Methods in org.apache.sysds.runtime.controlprogram.federated with parameters of type ComputationCPInstructionModifier and TypeMethodDescriptionvoidFederatedWorkloadAnalyzer.incrementWorkload(ExecutionContext ec, ConcurrentHashMap<Long, InstructionTypeCounter> mm, ComputationCPInstruction cpIns) -
Uses of ComputationCPInstruction in org.apache.sysds.runtime.instructions.cp
Subclasses of ComputationCPInstruction in org.apache.sysds.runtime.instructions.cpModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassfinal classfinal classclassfinal classfinal classclassA simple instruction that take whatever input it is and return it as a local matrix.final classfinal classclassclassclassclassclassclassclassclassclassclassclassThis class supports two variants of sort operation on a 1-dimensional input matrix.classclassclassfinal classclassclassclassclassclassclassclassclassclassclass -
Uses of ComputationCPInstruction in org.apache.sysds.runtime.instructions.cpfile
Subclasses of ComputationCPInstruction in org.apache.sysds.runtime.instructions.cpfileModifier and TypeClassDescriptionfinal classThis instruction is used if a single partition is too large to fit in memory.