Uses of Class
org.apache.sysds.hops.estim.MMNode
Packages that use MMNode
-
Uses of MMNode in org.apache.sysds.hops.estim
Methods in org.apache.sysds.hops.estim that return MMNodeMethods in org.apache.sysds.hops.estim with parameters of type MMNodeModifier and TypeMethodDescriptionstatic DataCharacteristicsEstimatorRowWise.deriveOutputCharacteristics(MMNode node, double spOut) abstract DataCharacteristicsEstimates the output sparsity of a DAG of matrix multiplications for the given operator graph of a single root node.Constructors in org.apache.sysds.hops.estim with parameters of type MMNodeModifierConstructorDescriptionMMNode(MMNode left, MMNode right, SparsityEstimator.OpCode op) MMNode(MMNode left, MMNode right, SparsityEstimator.OpCode op, long[] misc) MMNode(MMNode left, SparsityEstimator.OpCode op) MMNode(MMNode left, SparsityEstimator.OpCode op, long[] misc)