Package org.apache.sysds.lops
Class LopProperties
- java.lang.Object
-
- org.apache.sysds.lops.LopProperties
-
public class LopProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description LopProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Types.ExecType
getExecType()
long
getID()
int
getLevel()
boolean
getProducesIntermediateOutput()
void
setExecType(Types.ExecType newExecType)
void
setLevel(int l)
void
setLevel(ArrayList<Lop> inputs)
void
setProducesIntermediateOutput(boolean pio)
void
setProperties(ArrayList<Lop> inputs, Types.ExecType et)
-
-
-
Method Detail
-
getID
public long getID()
-
getLevel
public int getLevel()
-
setLevel
public void setLevel(int l)
-
getExecType
public Types.ExecType getExecType()
-
setExecType
public void setExecType(Types.ExecType newExecType)
-
getProducesIntermediateOutput
public boolean getProducesIntermediateOutput()
-
setProducesIntermediateOutput
public void setProducesIntermediateOutput(boolean pio)
-
setProperties
public void setProperties(ArrayList<Lop> inputs, Types.ExecType et)
-
-