org.apache.sysml.runtime.instructions.spark

Class AppendMSPInstruction

    • Field Detail

      • _offset

        protected org.apache.sysml.runtime.instructions.cp.CPOperand _offset
      • _cbind

        protected boolean _cbind
    • Constructor Detail

      • AppendMSPInstruction

        public AppendMSPInstruction(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 offset,
                                    org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                    boolean cbind,
                                    String opcode,
                                    String istr)

Copyright © 2017 The Apache Software Foundation. All rights reserved.