Modifier and Type | Method and Description |
---|---|
MMTSJ.MMTSJType |
AggBinaryOp.checkTransposeSelf()
TSMM: Determine if XtX pattern applies for this aggbinary and if yes
which type.
|
Modifier and Type | Method and Description |
---|---|
MMTSJ.MMTSJType |
CNodeOuterProduct.getMMTSJtype() |
Constructor and Description |
---|
CNodeOuterProduct(ArrayList<CNode> inputs,
CNode output,
MMTSJ.MMTSJType mmtsj) |
Modifier and Type | Method and Description |
---|---|
static MMTSJ.MMTSJType |
MMTSJ.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.
|
Constructor and Description |
---|
MMTSJ(Lop input1,
Types.DataType dt,
Types.ValueType vt,
LopProperties.ExecType et,
MMTSJ.MMTSJType type) |
MMTSJ(Lop input1,
Types.DataType dt,
Types.ValueType vt,
LopProperties.ExecType et,
MMTSJ.MMTSJType type,
boolean multiPass) |
MMTSJ(Lop input1,
Types.DataType dt,
Types.ValueType vt,
LopProperties.ExecType et,
MMTSJ.MMTSJType type,
boolean multiPass,
int k) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
CompressedMatrixBlock.transposeSelfMatrixMultOperations(MatrixBlock out,
MMTSJ.MMTSJType tstype) |
MatrixBlock |
CompressedMatrixBlock.transposeSelfMatrixMultOperations(MatrixBlock out,
MMTSJ.MMTSJType tstype,
int k) |
Modifier and Type | Method and Description |
---|---|
MMTSJ.MMTSJType |
MMTSJCPInstruction.getMMTSJType() |
Constructor and Description |
---|
TsmmFEDInstruction(CPOperand in,
CPOperand out,
MMTSJ.MMTSJType type,
int k,
String opcode,
String istr) |
Modifier and Type | Method and Description |
---|---|
MMTSJ.MMTSJType |
MMTSJGPUInstruction.getMMTSJType() |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
MatrixBlock.transposeSelfMatrixMultOperations(MatrixBlock out,
MMTSJ.MMTSJType tstype) |
MatrixBlock |
MatrixBlock.transposeSelfMatrixMultOperations(MatrixBlock out,
MMTSJ.MMTSJType tstype,
int k) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.