| Package | Description | 
|---|---|
| org.apache.sysds.common | |
| org.apache.sysds.hops | |
| org.apache.sysds.hops.rewrite | |
| org.apache.sysds.lops | 
| Modifier and Type | Method and Description | 
|---|---|
| static Types.OpOpN | Types.OpOpN. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Types.OpOpN[] | Types.OpOpN. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Types.OpOpN | NaryOp. getOp() | 
| Constructor and Description | 
|---|
| NaryOp(String name,
      Types.DataType dataType,
      Types.ValueType valueType,
      Types.OpOpN op,
      Hop... inputs)NaryOp constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NaryOp | HopRewriteUtils. createNary(Types.OpOpN op,
          Hop... inputs) | 
| static boolean | HopRewriteUtils. isNary(Hop hop,
      Types.OpOpN... types) | 
| static boolean | HopRewriteUtils. isNary(Hop hop,
      Types.OpOpN type) | 
| Modifier and Type | Method and Description | 
|---|---|
| Types.OpOpN | Nary. getOp() | 
| Constructor and Description | 
|---|
| Nary(Types.OpOpN operationType,
    Types.DataType dt,
    Types.ValueType vt,
    Lop[] inputLops,
    Types.ExecType et) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.