Package org.apache.sysds.lops
Enum Class WeightedDivMM.WDivMMType
- All Implemented Interfaces:
Serializable,Comparable<WeightedDivMM.WDivMMType>,Constable
- Enclosing class:
- WeightedDivMM
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptioncomputeOutputCharacteristics(long Xrlen, long Xclen, long rank) booleanbooleanbooleanisBasic()booleanisLeft()booleanisMinus()booleanisMult()booleanisRight()static WeightedDivMM.WDivMMTypeReturns the enum constant of this class with the specified name.static WeightedDivMM.WDivMMType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
DIV_LEFT
-
DIV_RIGHT
-
DIV_LEFT_EPS
-
DIV_RIGHT_EPS
-
MULT_BASIC
-
MULT_LEFT
-
MULT_RIGHT
-
MULT_MINUS_LEFT
-
MULT_MINUS_RIGHT
-
MULT_MINUS_4_LEFT
-
MULT_MINUS_4_RIGHT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isBasic
public boolean isBasic() -
isLeft
public boolean isLeft() -
isRight
public boolean isRight() -
isMult
public boolean isMult() -
isMinus
public boolean isMinus() -
hasFourInputs
public boolean hasFourInputs() -
hasScalar
public boolean hasScalar() -
computeOutputCharacteristics
-