org.apache.sysml.runtime.instructions.gpu

Class MMTSJGPUInstruction

    • Constructor Detail

      • MMTSJGPUInstruction

        public MMTSJGPUInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                   org.apache.sysml.runtime.instructions.cp.CPOperand in1,
                                   org.apache.sysml.lops.MMTSJ.MMTSJType type,
                                   org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                   String opcode,
                                   String istr)
        MMTSJGPUInstruction constructor.
        Parameters:
        op - operator
        in1 - input
        type - left/right, left-> A' %*% A, right-> A %*% A'
        out - output
        opcode - the opcode
        istr - ?
    • Method Detail

      • getMMTSJType

        public org.apache.sysml.lops.MMTSJ.MMTSJType getMMTSJType()
        returns left/right depending on the type of MMTSJ instruction
        Returns:
        MMTSJType object

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