org.apache.sysml.runtime.instructions.spark

Class ReorgSPInstruction

    • Constructor Detail

      • ReorgSPInstruction

        public ReorgSPInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                  org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                  org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                  String opcode,
                                  String istr)
      • ReorgSPInstruction

        public ReorgSPInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                  org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                  org.apache.sysml.runtime.instructions.cp.CPOperand col,
                                  org.apache.sysml.runtime.instructions.cp.CPOperand desc,
                                  org.apache.sysml.runtime.instructions.cp.CPOperand ixret,
                                  org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                  String opcode,
                                  boolean bSortIndInMem,
                                  String istr)

Copyright © 2017 The Apache Software Foundation. All rights reserved.