| 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.ReOrgOp | Types.ReOrgOp. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Types.ReOrgOp | Types.ReOrgOp. valueOfByOpcode(String opcode) | 
| static Types.ReOrgOp[] | Types.ReOrgOp. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Types.ReOrgOp | ReorgOp. getOp() | 
| Constructor and Description | 
|---|
| ReorgOp(String l,
       Types.DataType dt,
       Types.ValueType vt,
       Types.ReOrgOp o,
       ArrayList<Hop> inp) | 
| ReorgOp(String l,
       Types.DataType dt,
       Types.ValueType vt,
       Types.ReOrgOp o,
       Hop inp) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ReorgOp | HopRewriteUtils. createReorg(ArrayList<Hop> inputs,
           Types.ReOrgOp rop) | 
| static ReorgOp | HopRewriteUtils. createReorg(Hop input,
           Types.ReOrgOp rop) | 
| static boolean | HopRewriteUtils. isReorg(Hop hop,
       Types.ReOrgOp... types) | 
| static boolean | HopRewriteUtils. isReorg(Hop hop,
       Types.ReOrgOp type) | 
| static boolean | HopRewriteUtils. isValidOp(Types.ReOrgOp input,
         Types.ReOrgOp... validTab) | 
| static boolean | HopRewriteUtils. isValidOp(Types.ReOrgOp input,
         Types.ReOrgOp... validTab) | 
| Modifier and Type | Method and Description | 
|---|---|
| Types.ReOrgOp | Transform. getOp()method to get operation type | 
| Constructor and Description | 
|---|
| Transform(Lop[] inputs,
         Types.ReOrgOp op,
         Types.DataType dt,
         Types.ValueType vt,
         boolean outputEmptyBlock,
         LopProperties.ExecType et) | 
| Transform(Lop[] inputs,
         Types.ReOrgOp op,
         Types.DataType dt,
         Types.ValueType vt,
         LopProperties.ExecType et,
         boolean bSortIndInMem) | 
| Transform(Lop[] inputs,
         Types.ReOrgOp op,
         Types.DataType dt,
         Types.ValueType vt,
         LopProperties.ExecType et,
         boolean bSortIndInMem,
         int k) | 
| Transform(Lop[] inputs,
         Types.ReOrgOp op,
         Types.DataType dt,
         Types.ValueType vt,
         LopProperties.ExecType et,
         int k) | 
| Transform(Lop input,
         Types.ReOrgOp op,
         Types.DataType dt,
         Types.ValueType vt,
         LopProperties.ExecType et) | 
| Transform(Lop input,
         Types.ReOrgOp op,
         Types.DataType dt,
         Types.ValueType vt,
         LopProperties.ExecType et,
         boolean bSortIndInMem) | 
| Transform(Lop input,
         Types.ReOrgOp op,
         Types.DataType dt,
         Types.ValueType vt,
         LopProperties.ExecType et,
         int k) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.