Package | Description |
---|---|
org.apache.sysds.hops | |
org.apache.sysds.lops |
Modifier and Type | Method and Description |
---|---|
boolean |
TernaryOp.isCTableReshapeRewriteApplicable(Types.ExecType et,
Ctable.OperationTypes opType) |
Modifier and Type | Method and Description |
---|---|
static Ctable.OperationTypes |
Ctable.findCtableOperationByInputDataTypes(Types.DataType dt1,
Types.DataType dt2,
Types.DataType dt3) |
Ctable.OperationTypes |
Ctable.getOperationType()
method to get operation type
|
static Ctable.OperationTypes |
Ctable.getOperationType(String opcode) |
static Ctable.OperationTypes |
Ctable.OperationTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ctable.OperationTypes[] |
Ctable.OperationTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Ctable(Lop[] inputLops,
Ctable.OperationTypes op,
Types.DataType dt,
Types.ValueType vt,
boolean ignoreZeros,
boolean outputEmptyBlocks,
Types.ExecType et) |
Ctable(Lop[] inputLops,
Ctable.OperationTypes op,
Types.DataType dt,
Types.ValueType vt,
Types.ExecType et) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.