Package | Description |
---|---|
org.apache.sysds.common | |
org.apache.sysds.hops | |
org.apache.sysds.hops.rewrite | |
org.apache.sysds.lops | |
org.apache.sysds.runtime.instructions.cp |
Modifier and Type | Method and Description |
---|---|
static Types.OpOpDG |
Types.OpOpDG.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.OpOpDG[] |
Types.OpOpDG.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Types.OpOpDG |
DataGenOp.getOp() |
Constructor and Description |
---|
DataGenOp(Types.OpOpDG mthd,
DataIdentifier id) |
DataGenOp(Types.OpOpDG mthd,
DataIdentifier id,
HashMap<String,Hop> inputParameters)
Creates a new Rand HOP.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HopRewriteUtils.isDataGenOp(Hop hop,
Types.OpOpDG... ops) |
static boolean |
HopRewriteUtils.isDataGenOpWithLiteralInputs(Hop hop,
Types.OpOpDG... ops) |
Modifier and Type | Method and Description |
---|---|
Types.OpOpDG |
DataGen.getDataGenMethod() |
Constructor and Description |
---|
DataGen(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.
|
Constructor and Description |
---|
DataGenCPInstruction(Operator op,
Types.OpOpDG method,
CPOperand out,
CPOperand rows,
CPOperand cols,
String data,
String schema,
String opcode,
String str) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.