org.apache.sysml.runtime.instructions.gpu

Class ConvolutionGPUInstruction

    • Constructor Detail

      • ConvolutionGPUInstruction

        public ConvolutionGPUInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand in1,
                                         org.apache.sysml.runtime.instructions.cp.CPOperand in2,
                                         org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                         String opcode,
                                         String istr)
                                  throws DMLRuntimeException
        Throws:
        DMLRuntimeException
      • ConvolutionGPUInstruction

        public ConvolutionGPUInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand in1,
                                         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)
      • ConvolutionGPUInstruction

        public ConvolutionGPUInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand in1,
                                         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)

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