Uses of Enum Class
org.apache.sysds.lops.WeightedCrossEntropy.WCeMMType
Packages that use WeightedCrossEntropy.WCeMMType
Package
Description
-
Uses of WeightedCrossEntropy.WCeMMType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return WeightedCrossEntropy.WCeMMTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WeightedCrossEntropy.WCeMMType[]WeightedCrossEntropy.WCeMMType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.lops with parameters of type WeightedCrossEntropy.WCeMMTypeModifierConstructorDescriptionWeightedCrossEntropy(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedCrossEntropy.WCeMMType wt, Types.ExecType et) WeightedCrossEntropyR(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedCrossEntropy.WCeMMType wt, boolean cacheU, boolean cacheV, Types.ExecType et) -
Uses of WeightedCrossEntropy.WCeMMType in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type WeightedCrossEntropy.WCeMMTypeModifier and TypeMethodDescriptionstatic voidLibMatrixMult.matrixMultWCeMM(MatrixBlock mW, MatrixBlock mU, MatrixBlock mV, double eps, MatrixBlock ret, WeightedCrossEntropy.WCeMMType wt) static voidLibMatrixMult.matrixMultWCeMM(MatrixBlock mW, MatrixBlock mU, MatrixBlock mV, double eps, MatrixBlock ret, WeightedCrossEntropy.WCeMMType wt, int k) -
Uses of WeightedCrossEntropy.WCeMMType in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as WeightedCrossEntropy.WCeMMTypeConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type WeightedCrossEntropy.WCeMMTypeModifierConstructorDescriptionwcemmQuaternaryOperator(WeightedCrossEntropy.WCeMMType wt, double epsilon) wcemm w/epsilon