Uses of Enum Class
org.apache.sysds.runtime.einsum.EOpNodeBinary.EBinaryOperand
Packages that use EOpNodeBinary.EBinaryOperand
-
Uses of EOpNodeBinary.EBinaryOperand in org.apache.sysds.runtime.einsum
Fields in org.apache.sysds.runtime.einsum declared as EOpNodeBinary.EBinaryOperandMethods in org.apache.sysds.runtime.einsum that return EOpNodeBinary.EBinaryOperandModifier and TypeMethodDescriptionstatic EOpNodeBinary.EBinaryOperandReturns the enum constant of this class with the specified name.static EOpNodeBinary.EBinaryOperand[]EOpNodeBinary.EBinaryOperand.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.einsum that return types with arguments of type EOpNodeBinary.EBinaryOperandModifier and TypeMethodDescriptionstatic org.apache.commons.lang3.tuple.Triple<Integer,EOpNodeBinary.EBinaryOperand, org.apache.commons.lang3.tuple.Pair<Character, Character>> EOpNodeBinary.tryCombineAndCost(EOpNode n1, EOpNode n2, HashMap<Character, Integer> charToSizeMap, HashMap<Character, Integer> charToOccurences, Character outChar1, Character outChar2) Constructors in org.apache.sysds.runtime.einsum with parameters of type EOpNodeBinary.EBinaryOperandModifierConstructorDescriptionEOpNodeBinary(EOpNode left, EOpNode right, EOpNodeBinary.EBinaryOperand operand)