Uses of Enum Class
org.apache.sysds.lops.WeightedSigmoid.WSigmoidType
Packages that use WeightedSigmoid.WSigmoidType
Package
Description
-
Uses of WeightedSigmoid.WSigmoidType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return WeightedSigmoid.WSigmoidTypeModifier and TypeMethodDescriptionstatic WeightedSigmoid.WSigmoidTypeReturns the enum constant of this class with the specified name.static WeightedSigmoid.WSigmoidType[]WeightedSigmoid.WSigmoidType.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 WeightedSigmoid.WSigmoidTypeModifierConstructorDescriptionWeightedSigmoid(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, WeightedSigmoid.WSigmoidType wt, Types.ExecType et) WeightedSigmoidR(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, WeightedSigmoid.WSigmoidType wt, boolean cacheU, boolean cacheV, Types.ExecType et) -
Uses of WeightedSigmoid.WSigmoidType in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type WeightedSigmoid.WSigmoidTypeModifier and TypeMethodDescriptionstatic voidLibMatrixMult.matrixMultWSigmoid(MatrixBlock mW, MatrixBlock mU, MatrixBlock mV, MatrixBlock ret, WeightedSigmoid.WSigmoidType wt) static voidLibMatrixMult.matrixMultWSigmoid(MatrixBlock mW, MatrixBlock mU, MatrixBlock mV, MatrixBlock ret, WeightedSigmoid.WSigmoidType wt, int k) -
Uses of WeightedSigmoid.WSigmoidType in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as WeightedSigmoid.WSigmoidTypeConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type WeightedSigmoid.WSigmoidType