org.apache.sysml.runtime.instructions.spark

Class TernarySPInstruction

    • Constructor Detail

      • TernarySPInstruction

        public TernarySPInstruction(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 in3,
                                    org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                    String outputDim1,
                                    boolean dim1Literal,
                                    String outputDim2,
                                    boolean dim2Literal,
                                    boolean isExpand,
                                    boolean ignoreZeros,
                                    String opcode,
                                    String istr)

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