public static class SparseTensorDenseMatMul.Options extends Object
SparseTensorDenseMatMul| Modifier and Type | Method and Description |
|---|---|
SparseTensorDenseMatMul.Options |
adjointA(Boolean adjointA) |
SparseTensorDenseMatMul.Options |
adjointB(Boolean adjointB) |
public SparseTensorDenseMatMul.Options adjointA(Boolean adjointA)
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)
adjointB - Use the adjoint of B in the matrix multiply. If B is complex, this
is transpose(conj(B)). Otherwise it's transpose(B).Copyright © 2015–2019. All rights reserved.