Class Tee

java.lang.Object
org.apache.sysds.lops.Lop
org.apache.sysds.lops.Tee

public class Tee extends Lop
  • Field Details

  • Constructor Details

    • Tee

      public Tee(Lop input1, Types.DataType dt, Types.ValueType vt)
      Constructor to be invoked by base class.
      Parameters:
      input1 - lop type
      dt - data type of the output
      vt - value type of the output
  • Method Details

    • toString

      public String toString()
      Description copied from class: Lop
      Method to have Lops print their state. This is for debugging purposes.
      Specified by:
      toString in class Lop
    • getInstructions

      public String getInstructions(String input1, String output)
      Description copied from class: Lop
      Method should be overridden if needed
      Overrides:
      getInstructions in class Lop
      Parameters:
      input1 - input 1
      output - output
      Returns:
      instructions as string