Uses of Class
org.apache.sysds.lops.MMTSJ.MMTSJType
- 
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.hopsMethods in org.apache.sysds.hops that return MMTSJ.MMTSJType Modifier and Type Method Description MMTSJ.MMTSJTypeAggBinaryOp. checkTransposeSelf()TSMM: Determine if XtX pattern applies for this aggbinary and if yes which type.
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.hops.codegen.cplanMethods in org.apache.sysds.hops.codegen.cplan that return MMTSJ.MMTSJType Modifier and Type Method Description MMTSJ.MMTSJTypeCNodeOuterProduct. getMMTSJtype()Constructors in org.apache.sysds.hops.codegen.cplan with parameters of type MMTSJ.MMTSJType Constructor Description CNodeOuterProduct(ArrayList<CNode> inputs, CNode output, MMTSJ.MMTSJType mmtsj)
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.lopsMethods in org.apache.sysds.lops that return MMTSJ.MMTSJType Modifier and Type Method Description static MMTSJ.MMTSJTypeMMTSJ.MMTSJType. valueOf(String name)Returns the enum constant of this type with the specified name.static MMTSJ.MMTSJType[]MMTSJ.MMTSJType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sysds.lops with parameters of type MMTSJ.MMTSJType Constructor Description MMTSJ(Lop input1, Types.DataType dt, Types.ValueType vt, Types.ExecType et, MMTSJ.MMTSJType type)MMTSJ(Lop input1, Types.DataType dt, Types.ValueType vt, Types.ExecType et, MMTSJ.MMTSJType type, boolean multiPass)MMTSJ(Lop input1, Types.DataType dt, Types.ValueType vt, Types.ExecType et, MMTSJ.MMTSJType type, boolean multiPass, int k)
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.compressMethods in org.apache.sysds.runtime.compress with parameters of type MMTSJ.MMTSJType Modifier and Type Method Description MatrixBlockCompressedMatrixBlock. transposeSelfMatrixMultOperations(MatrixBlock out, MMTSJ.MMTSJType tstype, int k)
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.instructions.cpMethods in org.apache.sysds.runtime.instructions.cp that return MMTSJ.MMTSJType Modifier and Type Method Description MMTSJ.MMTSJTypeMMTSJCPInstruction. getMMTSJType()
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.instructions.fedConstructors in org.apache.sysds.runtime.instructions.fed with parameters of type MMTSJ.MMTSJType Constructor Description TsmmFEDInstruction(CPOperand in, CPOperand out, MMTSJ.MMTSJType type, int k, String opcode, String istr)TsmmFEDInstruction(CPOperand in, CPOperand out, MMTSJ.MMTSJType type, int k, String opcode, String istr, FEDInstruction.FederatedOutput fedOut)
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.instructions.gpuMethods in org.apache.sysds.runtime.instructions.gpu that return MMTSJ.MMTSJType Modifier and Type Method Description MMTSJ.MMTSJTypeMMTSJGPUInstruction. getMMTSJType()
- 
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data with parameters of type MMTSJ.MMTSJType Modifier and Type Method Description MatrixBlockMatrixBlock. transposeSelfMatrixMultOperations(MatrixBlock out, MMTSJ.MMTSJType tstype)MatrixBlockMatrixBlock. transposeSelfMatrixMultOperations(MatrixBlock out, MMTSJ.MMTSJType tstype, int k)
 
-