public static class
SparseTensorDenseMatMul.Options
Optional attributes for SparseTensorDenseMatMul
Public Methods
SparseTensorDenseMatMul.Options |
adjointA(Boolean adjointA)
|
SparseTensorDenseMatMul.Options |
adjointB(Boolean adjointB)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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). |
---|