Uses of Enum Class
org.apache.sysds.common.Types.OpOpDG
Packages that use Types.OpOpDG
Package
Description
-
Uses of Types.OpOpDG in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.OpOpDGModifier and TypeMethodDescriptionstatic Types.OpOpDGReturns the enum constant of this class with the specified name.static Types.OpOpDG[]Types.OpOpDG.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.OpOpDG in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.OpOpDGConstructors in org.apache.sysds.hops with parameters of type Types.OpOpDGModifierConstructorDescriptionDataGenOp(Types.OpOpDG mthd, DataIdentifier id) DataGenOp(Types.OpOpDG mthd, DataIdentifier id, HashMap<String, Hop> inputParameters) Creates a new Rand HOP. -
Uses of Types.OpOpDG in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.OpOpDGModifier and TypeMethodDescriptionstatic booleanHopRewriteUtils.isDataGenOp(Hop hop, Types.OpOpDG... ops) static booleanHopRewriteUtils.isDataGenOpWithLiteralInputs(Hop hop, Types.OpOpDG... ops) -
Uses of Types.OpOpDG in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Types.OpOpDGConstructors in org.apache.sysds.lops with parameters of type Types.OpOpDGModifierConstructorDescriptionDataGen(Types.OpOpDG op, DataIdentifier id, HashMap<String, Lop> inputParametersLops, String baseDir, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Creates a new Rand-LOP. -
Uses of Types.OpOpDG in org.apache.sysds.runtime.instructions.cp
Constructors in org.apache.sysds.runtime.instructions.cp with parameters of type Types.OpOpDGModifierConstructorDescriptionDataGenCPInstruction(Operator op, Types.OpOpDG method, CPOperand out, CPOperand rows, CPOperand cols, String data, String schema, String opcode, String str)