org.apache.sysml.runtime.instructions.spark

Class IndexingSPInstruction

    • Field Detail

      • rowLower

        protected org.apache.sysml.runtime.instructions.cp.CPOperand rowLower
      • rowUpper

        protected org.apache.sysml.runtime.instructions.cp.CPOperand rowUpper
      • colLower

        protected org.apache.sysml.runtime.instructions.cp.CPOperand colLower
      • colUpper

        protected org.apache.sysml.runtime.instructions.cp.CPOperand colUpper
      • _aggType

        protected org.apache.sysml.hops.AggBinaryOp.SparkAggType _aggType
    • Constructor Detail

      • IndexingSPInstruction

        public IndexingSPInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand rl,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand ru,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand cl,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand cu,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                     org.apache.sysml.hops.AggBinaryOp.SparkAggType aggtype,
                                     String opcode,
                                     String istr)
      • IndexingSPInstruction

        public IndexingSPInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand lhsInput,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand rhsInput,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand rl,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand ru,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand cl,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand cu,
                                     org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                     String opcode,
                                     String istr)

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