org.apache.sysml.runtime.instructions.spark

Class ConvolutionSPInstruction

    • Constructor Detail

      • ConvolutionSPInstruction

        public ConvolutionSPInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                        String opcode,
                                        String istr,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> stride,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> padding,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> input_shape,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> filter_shape)
      • ConvolutionSPInstruction

        public ConvolutionSPInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand in2,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                        String opcode,
                                        String istr,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> stride,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> padding,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> input_shape,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> filter_shape)
      • ConvolutionSPInstruction

        public ConvolutionSPInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand in2,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand in3,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                        String opcode,
                                        String istr,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> stride,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> padding,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> input_shape,
                                        ArrayList<org.apache.sysml.runtime.instructions.cp.CPOperand> filter_shape)
      • ConvolutionSPInstruction

        public ConvolutionSPInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand in2,
                                        org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                        String opcode,
                                        String istr)

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