Class SparseMatrixMatMul.Options
java.lang.Object
org.tensorflow.op.linalg.sparse.SparseMatrixMatMul.Options
- Enclosing class:
SparseMatrixMatMul<T extends TType>
Optional attributes for
SparseMatrixMatMul-
Method Summary
Modifier and TypeMethodDescriptionSets the adjointA option.Sets the adjointB option.conjugateOutput(Boolean conjugateOutput) Sets the conjugateOutput option.transposeA(Boolean transposeA) Sets the transposeA option.transposeB(Boolean transposeB) Sets the transposeB option.transposeOutput(Boolean transposeOutput) Sets the transposeOutput 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.
-
transposeOutput
Sets the transposeOutput option.- Parameters:
transposeOutput- Transposes the product ofaandb.- Returns:
- this Options instance.
-
conjugateOutput
Sets the conjugateOutput option.- Parameters:
conjugateOutput- Conjugates the product ofaandb.- Returns:
- this Options instance.
-