org.apache.sysml.runtime.instructions.gpu

Class ArithmeticBinaryGPUInstruction

    • Field Detail

      • _input1

        protected org.apache.sysml.runtime.instructions.cp.CPOperand _input1
      • _input2

        protected org.apache.sysml.runtime.instructions.cp.CPOperand _input2
      • _output

        protected org.apache.sysml.runtime.instructions.cp.CPOperand _output
    • Constructor Detail

      • ArithmeticBinaryGPUInstruction

        protected ArithmeticBinaryGPUInstruction(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,
                                                 String opcode,
                                                 String istr)

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