Package | Description |
---|---|
org.apache.sysds.common | |
org.apache.sysds.hops |
Modifier and Type | Method and Description |
---|---|
static Types.OpOp4 |
Types.OpOp4.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.OpOp4[] |
Types.OpOp4.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Types.OpOp4 |
QuaternaryOp.getOp() |
Constructor and Description |
---|
QuaternaryOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOp4 o,
Hop inX,
Hop inU,
Hop inV) |
QuaternaryOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOp4 o,
Hop inX,
Hop inU,
Hop inV,
boolean flag1,
boolean flag2)
Constructor for wsigmoid.
|
QuaternaryOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOp4 o,
Hop inW,
Hop inU,
Hop inV,
boolean umult,
Types.OpOp1 uop,
Types.OpOp2 sop) |
QuaternaryOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOp4 o,
Hop inX,
Hop inU,
Hop inV,
Hop inW,
boolean post)
Constructor for wsloss.
|
QuaternaryOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOp4 o,
Hop inX,
Hop inU,
Hop inV,
Hop inW,
int baseType,
boolean flag1,
boolean flag2) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.