Package | Description |
---|---|
org.apache.sysds.lops | |
org.apache.sysds.runtime.matrix.data | |
org.apache.sysds.runtime.matrix.operators |
Modifier and Type | Method and Description |
---|---|
static WeightedUnaryMM.WUMMType |
WeightedUnaryMM.WUMMType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeightedUnaryMM.WUMMType[] |
WeightedUnaryMM.WUMMType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WeightedUnaryMM(Lop input1,
Lop input2,
Lop input3,
Types.DataType dt,
Types.ValueType vt,
WeightedUnaryMM.WUMMType wt,
Types.OpOp1 op,
Types.ExecType et) |
WeightedUnaryMMR(Lop input1,
Lop input2,
Lop input3,
Types.DataType dt,
Types.ValueType vt,
WeightedUnaryMM.WUMMType wt,
Types.OpOp1 op,
boolean cacheU,
boolean cacheV,
Types.ExecType et) |
Modifier and Type | Method and Description |
---|---|
static void |
LibMatrixMult.matrixMultWuMM(MatrixBlock mW,
MatrixBlock mU,
MatrixBlock mV,
MatrixBlock ret,
WeightedUnaryMM.WUMMType wt,
ValueFunction fn) |
static void |
LibMatrixMult.matrixMultWuMM(MatrixBlock mW,
MatrixBlock mU,
MatrixBlock mV,
MatrixBlock ret,
WeightedUnaryMM.WUMMType wt,
ValueFunction fn,
int k) |
Modifier and Type | Field and Description |
---|---|
WeightedUnaryMM.WUMMType |
QuaternaryOperator.wtype5 |
Constructor and Description |
---|
QuaternaryOperator(WeightedUnaryMM.WUMMType wt,
String op)
wumm
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.