org.apache.sysml.runtime.instructions.spark

Class MatrixAppendRSPInstruction

    • Constructor Detail

      • MatrixAppendRSPInstruction

        protected MatrixAppendRSPInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                             org.apache.sysml.runtime.instructions.cp.CPOperand in1,
                                             org.apache.sysml.runtime.instructions.cp.CPOperand in2,
                                             org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                             boolean cbind,
                                             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.