Package | Description |
---|---|
org.apache.sysds.common | |
org.apache.sysds.hops | |
org.apache.sysds.hops.rewrite | |
org.apache.sysds.lops |
Modifier and Type | Method and Description |
---|---|
static Types.OpOp3 |
Types.OpOp3.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.OpOp3 |
Types.OpOp3.valueOfByOpcode(String opcode) |
static Types.OpOp3[] |
Types.OpOp3.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Types.OpOp3 |
TernaryOp.getOp() |
Constructor and Description |
---|
TernaryOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOp3 o,
Hop inp1,
Hop inp2,
Hop inp3) |
TernaryOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOp3 o,
Hop inp1,
Hop inp2,
Hop inp3,
Hop inp4,
Hop inp5,
Hop inp6) |
Modifier and Type | Method and Description |
---|---|
static TernaryOp |
HopRewriteUtils.createTernary(Hop in1,
Hop in2,
Hop in3,
Hop in4,
Hop in5,
Types.OpOp3 op) |
static TernaryOp |
HopRewriteUtils.createTernary(Hop mleft,
Hop smid,
Hop mright,
Types.OpOp3 op) |
static boolean |
HopRewriteUtils.isTernary(Hop hop,
Types.OpOp3... types) |
static boolean |
HopRewriteUtils.isTernary(Hop hop,
Types.OpOp3 type) |
Constructor and Description |
---|
Ternary(Types.OpOp3 op,
Lop input1,
Lop input2,
Lop input3,
Types.DataType dt,
Types.ValueType vt,
Types.ExecType et,
int numThreads) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.