Uses of Enum Class
org.apache.sysds.lops.MMTSJ.MMTSJType
Packages that use MMTSJ.MMTSJType
Package
Description
-
Uses of MMTSJ.MMTSJType in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return MMTSJ.MMTSJTypeModifier and TypeMethodDescriptionAggBinaryOp.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.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return MMTSJ.MMTSJTypeConstructors in org.apache.sysds.hops.codegen.cplan with parameters of type MMTSJ.MMTSJTypeModifierConstructorDescriptionCNodeOuterProduct(ArrayList<CNode> inputs, CNode output, MMTSJ.MMTSJType mmtsj) -
Uses of MMTSJ.MMTSJType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return MMTSJ.MMTSJTypeModifier and TypeMethodDescriptionstatic MMTSJ.MMTSJTypeReturns the enum constant of this class with the specified name.static MMTSJ.MMTSJType[]MMTSJ.MMTSJType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.lops with parameters of type MMTSJ.MMTSJTypeModifierConstructorDescriptionMMTSJ(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.compress
Methods in org.apache.sysds.runtime.compress with parameters of type MMTSJ.MMTSJTypeModifier and TypeMethodDescriptionCompressedMatrixBlock.transposeSelfMatrixMultOperations(MatrixBlock out, MMTSJ.MMTSJType tstype, int k) -
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return MMTSJ.MMTSJType -
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.instructions.fed
Constructors in org.apache.sysds.runtime.instructions.fed with parameters of type MMTSJ.MMTSJTypeModifierConstructorDescriptionTsmmFEDInstruction(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.gpu
Methods in org.apache.sysds.runtime.instructions.gpu that return MMTSJ.MMTSJType -
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return MMTSJ.MMTSJTypeModifier and TypeMethodDescriptionTsmm2SPInstruction.getMMTSJType()TsmmSPInstruction.getMMTSJType() -
Uses of MMTSJ.MMTSJType in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type MMTSJ.MMTSJTypeModifier and TypeMethodDescriptionMatrixBlock.transposeSelfMatrixMultOperations(MatrixBlock out, MMTSJ.MMTSJType tstype) MatrixBlock.transposeSelfMatrixMultOperations(MatrixBlock out, MMTSJ.MMTSJType tstype, int k)