Uses of Class
org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
-
Packages that use ComputationCPInstruction Package Description org.apache.sysds.runtime.controlprogram.federated org.apache.sysds.runtime.instructions.cp org.apache.sysds.runtime.instructions.cpfile -
-
Uses of ComputationCPInstruction in org.apache.sysds.runtime.controlprogram.federated
Methods in org.apache.sysds.runtime.controlprogram.federated with parameters of type ComputationCPInstruction Modifier and Type Method Description void
FederatedWorkloadAnalyzer. incrementWorkload(ExecutionContext ec, ConcurrentHashMap<Long,InstructionTypeCounter> mm, ComputationCPInstruction cpIns)
-
Uses of ComputationCPInstruction in org.apache.sysds.runtime.instructions.cp
-
Uses of ComputationCPInstruction in org.apache.sysds.runtime.instructions.cpfile
Subclasses of ComputationCPInstruction in org.apache.sysds.runtime.instructions.cpfile Modifier and Type Class Description class
MatrixIndexingCPFileInstruction
This instruction is used if a single partition is too large to fit in memory.
-