public static enum WeightedDivMM.WDivMMType extends Enum<WeightedDivMM.WDivMMType>
Enum Constant and Description |
---|
DIV_LEFT |
DIV_LEFT_EPS |
DIV_RIGHT |
DIV_RIGHT_EPS |
MULT_BASIC |
MULT_LEFT |
MULT_MINUS_4_LEFT |
MULT_MINUS_4_RIGHT |
MULT_MINUS_LEFT |
MULT_MINUS_RIGHT |
MULT_RIGHT |
Modifier and Type | Method and Description |
---|---|
MatrixCharacteristics |
computeOutputCharacteristics(long Xrlen,
long Xclen,
long rank) |
boolean |
hasFourInputs() |
boolean |
hasScalar() |
boolean |
isBasic() |
boolean |
isLeft() |
boolean |
isMinus() |
boolean |
isMult() |
boolean |
isRight() |
static WeightedDivMM.WDivMMType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeightedDivMM.WDivMMType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeightedDivMM.WDivMMType DIV_LEFT
public static final WeightedDivMM.WDivMMType DIV_RIGHT
public static final WeightedDivMM.WDivMMType DIV_LEFT_EPS
public static final WeightedDivMM.WDivMMType DIV_RIGHT_EPS
public static final WeightedDivMM.WDivMMType MULT_BASIC
public static final WeightedDivMM.WDivMMType MULT_LEFT
public static final WeightedDivMM.WDivMMType MULT_RIGHT
public static final WeightedDivMM.WDivMMType MULT_MINUS_LEFT
public static final WeightedDivMM.WDivMMType MULT_MINUS_RIGHT
public static final WeightedDivMM.WDivMMType MULT_MINUS_4_LEFT
public static final WeightedDivMM.WDivMMType MULT_MINUS_4_RIGHT
public static WeightedDivMM.WDivMMType[] values()
for (WeightedDivMM.WDivMMType c : WeightedDivMM.WDivMMType.values()) System.out.println(c);
public static WeightedDivMM.WDivMMType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isBasic()
public boolean isLeft()
public boolean isRight()
public boolean isMult()
public boolean isMinus()
public boolean hasFourInputs()
public boolean hasScalar()
public MatrixCharacteristics computeOutputCharacteristics(long Xrlen, long Xclen, long rank)
Copyright © 2021 The Apache Software Foundation. All rights reserved.