org.apache.sysml.runtime.instructions.spark

Class MatrixScalarArithmeticSPInstruction

    • Constructor Detail

      • MatrixScalarArithmeticSPInstruction

        protected MatrixScalarArithmeticSPInstruction(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,
                                                      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.