Class LopProperties

java.lang.Object
org.apache.sysds.lops.LopProperties

public class LopProperties extends Object
  • Constructor Details

    • LopProperties

      public LopProperties()
  • Method Details

    • getID

      public long getID()
    • setNewID

      public void setNewID()
    • 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)
    • setLevel

      public void setLevel(ArrayList<Lop> inputs)
    • setProperties

      public void setProperties(ArrayList<Lop> inputs, Types.ExecType et)
    • toString

      public String toString()
      Overrides:
      toString in class Object