Class SparseMatrixSparseMatMul.Options
java.lang.Object
org.tensorflow.op.linalg.sparse.SparseMatrixSparseMatMul.Options
- Enclosing class:
SparseMatrixSparseMatMul
Optional attributes for
SparseMatrixSparseMatMul-
Method Summary
Modifier and TypeMethodDescriptionSets the adjointA option.Sets the adjointB option.transposeA(Boolean transposeA) Sets the transposeA option.transposeB(Boolean transposeB) Sets the transposeB option.
-
Method Details
-
transposeA
Sets the transposeA option.- Parameters:
transposeA- Indicates whetherashould be transposed.- Returns:
- this Options instance.
-
transposeB
Sets the transposeB option.- Parameters:
transposeB- Indicates whetherbshould be transposed.- Returns:
- this Options instance.
-
adjointA
Sets the adjointA option.- Parameters:
adjointA- Indicates whetherashould be conjugate-transposed.- Returns:
- this Options instance.
-
adjointB
Sets the adjointB option.- Parameters:
adjointB- Indicates whetherbshould be conjugate-transposed.- Returns:
- this Options instance.
-