public static class
SparseMatrixMatMul.Options
Optional attributes for SparseMatrixMatMul
Public Methods
SparseMatrixMatMul.Options |
adjointA(Boolean adjointA)
|
SparseMatrixMatMul.Options |
adjointB(Boolean adjointB)
|
SparseMatrixMatMul.Options |
conjugateOutput(Boolean conjugateOutput)
|
SparseMatrixMatMul.Options |
transposeA(Boolean transposeA)
|
SparseMatrixMatMul.Options |
transposeB(Boolean transposeB)
|
SparseMatrixMatMul.Options |
transposeOutput(Boolean transposeOutput)
|
Inherited Methods
Public Methods
public SparseMatrixMatMul.Options adjointA (Boolean adjointA)
Parameters
adjointA | Indicates whether `a` should be conjugate-transposed. |
---|
public SparseMatrixMatMul.Options adjointB (Boolean adjointB)
Parameters
adjointB | Indicates whether `b` should be conjugate-transposed. |
---|
public SparseMatrixMatMul.Options conjugateOutput (Boolean conjugateOutput)
Parameters
conjugateOutput | Conjugates the product of `a` and `b`. |
---|
public SparseMatrixMatMul.Options transposeA (Boolean transposeA)
Parameters
transposeA | Indicates whether `a` should be transposed. |
---|
public SparseMatrixMatMul.Options transposeB (Boolean transposeB)
Parameters
transposeB | Indicates whether `b` should be transposed. |
---|
public SparseMatrixMatMul.Options transposeOutput (Boolean transposeOutput)
Parameters
transposeOutput | Transposes the product of `a` and `b`. |
---|