Uses of Class
org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
Packages that use VariableCPInstruction
Package
Description
-
Uses of VariableCPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type VariableCPInstructionModifier and TypeMethodDescriptionstatic doubleCPCostUtils.getVariableInstTime(VariableCPInstruction inst, VarStats input, VarStats output, IOCostUtils.IOMetrics metrics) -
Uses of VariableCPInstruction in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return VariableCPInstructionModifier and TypeMethodDescriptionstatic VariableCPInstructionVariableCPInstruction.parseInstruction(String str) -
Uses of VariableCPInstruction in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type VariableCPInstructionModifier and TypeMethodDescriptionstatic VariableFEDInstructionVariableFEDInstruction.parseInstruction(VariableCPInstruction inst, ExecutionContext ec)