Class BinaryUAggChain

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

public class BinaryUAggChain extends Lop
  • Field Details

    • OPCODE

      public static final String OPCODE
  • Constructor Details

    • BinaryUAggChain

      public BinaryUAggChain(Lop input1, Types.OpOp2 bop, Types.AggOp uaop, Types.Direction uadir, Types.DataType dt, Types.ValueType vt, Types.ExecType et)
      Constructor to setup a map mult chain without weights
      Parameters:
      input1 - low-level operator
      bop - binary operation type
      uaop - aggregate operation type
      uadir - partial aggregate direction type
      dt - data type
      vt - value type
      et - execution type
  • 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