org.apache.sysml.runtime.instructions.spark

Class MatrixBVectorBuiltinSPInstruction

    • Constructor Detail

      • MatrixBVectorBuiltinSPInstruction

        public MatrixBVectorBuiltinSPInstruction(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.