public static class
SparseTensorDenseMatMul.Options
Optional attributes for SparseTensorDenseMatMul
Public Methods
SparseTensorDenseMatMul.Options |
adjointA(Boolean adjointA)
|
SparseTensorDenseMatMul.Options |
adjointB(Boolean adjointB)
|
Inherited Methods
Public Methods
public SparseTensorDenseMatMul.Options adjointA (Boolean adjointA)
Parameters
adjointA | Use the adjoint of A in the matrix multiply. If A is complex, this is transpose(conj(A)). Otherwise it's transpose(A). |
---|
public SparseTensorDenseMatMul.Options adjointB (Boolean adjointB)
Parameters
adjointB | Use the adjoint of B in the matrix multiply. If B is complex, this is transpose(conj(B)). Otherwise it's transpose(B). |
---|