org.apache.sysml.runtime.instructions.spark

Class MatrixBVectorRelationalSPInstruction

    • Constructor Detail

      • MatrixBVectorRelationalSPInstruction

        protected MatrixBVectorRelationalSPInstruction(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,
                                                       org.apache.sysml.lops.BinaryM.VectorType vtype,
                                                       String opcode,
                                                       String istr)
                                                throws DMLRuntimeException
        Throws:
        DMLRuntimeException
    • 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.