org.apache.sysml.runtime.instructions.spark

Class FrameIndexingSPInstruction

    • Constructor Detail

      • FrameIndexingSPInstruction

        public FrameIndexingSPInstruction(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)
      • FrameIndexingSPInstruction

        public FrameIndexingSPInstruction(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)
    • Method Detail

      • processInstruction

        public void processInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
                                throws DMLRuntimeException
        Description copied from class: Instruction
        This method should be used to execute the instruction.
        Specified by:
        processInstruction in class SPInstruction
        Parameters:
        ec - execution context
        Throws:
        DMLRuntimeException - if DMLRuntimeException occurs

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