org.apache.sysml.runtime.instructions.spark

Class MatrixBuiltinSPInstruction

    • Constructor Detail

      • MatrixBuiltinSPInstruction

        protected MatrixBuiltinSPInstruction(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 instr)
    • 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.