Uses of Class
org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
Packages that use InstructionTypeCounter
Package
Description
-
Uses of InstructionTypeCounter in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type InstructionTypeCounterModifier and TypeMethodDescriptionstatic org.apache.commons.lang3.tuple.Pair<MatrixBlock,CompressionStatistics> CompressedMatrixBlockFactory.compress(MatrixBlock mb, int k, InstructionTypeCounter ins) static org.apache.commons.lang3.tuple.Pair<MatrixBlock,CompressionStatistics> CompressedMatrixBlockFactory.compress(MatrixBlock mb, InstructionTypeCounter ins) CompressedMatrixBlockFactory.compressAsync(ExecutionContext ec, String varName, InstructionTypeCounter ins) -
Uses of InstructionTypeCounter in org.apache.sysds.runtime.compress.cost
Methods in org.apache.sysds.runtime.compress.cost that return InstructionTypeCounterConstructors in org.apache.sysds.runtime.compress.cost with parameters of type InstructionTypeCounter -
Uses of InstructionTypeCounter in org.apache.sysds.runtime.controlprogram.federated
Method parameters in org.apache.sysds.runtime.controlprogram.federated with type arguments of type InstructionTypeCounterModifier and TypeMethodDescriptionvoidFederatedWorkloadAnalyzer.incrementWorkload(ExecutionContext ec, ConcurrentHashMap<Long, InstructionTypeCounter> mm, ComputationCPInstruction cpIns)