Uses of Class
org.apache.sysds.hops.estim.SparsityEstimator.OpCode
-
Packages that use SparsityEstimator.OpCode Package Description org.apache.sysds.hops.estim -
-
Uses of SparsityEstimator.OpCode in org.apache.sysds.hops.estim
Methods in org.apache.sysds.hops.estim that return SparsityEstimator.OpCode Modifier and Type Method Description SparsityEstimator.OpCode
MMNode. getOp()
static SparsityEstimator.OpCode
SparsityEstimator.OpCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SparsityEstimator.OpCode[]
SparsityEstimator.OpCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sysds.hops.estim with parameters of type SparsityEstimator.OpCode Constructor Description MMNode(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)
-