Package | Description |
---|---|
org.apache.sysds.lops |
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,
LopProperties.ExecType et) |
Ctable(Lop[] inputLops,
Ctable.OperationTypes op,
Types.DataType dt,
Types.ValueType vt,
LopProperties.ExecType et) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.