Uses of Enum Class
org.apache.sysds.lops.Ctable.OperationTypes
Packages that use Ctable.OperationTypes
-
Uses of Ctable.OperationTypes in org.apache.sysds.hops
Methods in org.apache.sysds.hops with parameters of type Ctable.OperationTypesModifier and TypeMethodDescriptionbooleanTernaryOp.isCTableReshapeRewriteApplicable(Types.ExecType et, Ctable.OperationTypes opType) -
Uses of Ctable.OperationTypes in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Ctable.OperationTypesModifier and TypeMethodDescriptionstatic Ctable.OperationTypesCtable.findCtableOperationByInputDataTypes(Types.DataType dt1, Types.DataType dt2, Types.DataType dt3) Ctable.getOperationType()method to get operation typestatic Ctable.OperationTypesCtable.getOperationType(String opcode) static Ctable.OperationTypesReturns the enum constant of this class with the specified name.static Ctable.OperationTypes[]Ctable.OperationTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.lops with parameters of type Ctable.OperationTypesModifierConstructorDescriptionCtable(Lop[] inputLops, Ctable.OperationTypes op, Types.DataType dt, Types.ValueType vt, boolean ignoreZeros, boolean outputEmptyBlocks, Types.ExecType et, int k) Ctable(Lop[] inputLops, Ctable.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k)