Class SparseMatrixSparseMatMul.Options

java.lang.Object
org.tensorflow.op.linalg.sparse.SparseMatrixSparseMatMul.Options
Enclosing class:
SparseMatrixSparseMatMul

public static class SparseMatrixSparseMatMul.Options extends Object
Optional attributes for SparseMatrixSparseMatMul
  • Method Details

    • transposeA

      public SparseMatrixSparseMatMul.Options transposeA(Boolean transposeA)
      Sets the transposeA option.
      Parameters:
      transposeA - Indicates whether a should be transposed.
      Returns:
      this Options instance.
    • transposeB

      public SparseMatrixSparseMatMul.Options transposeB(Boolean transposeB)
      Sets the transposeB option.
      Parameters:
      transposeB - Indicates whether b should be transposed.
      Returns:
      this Options instance.
    • adjointA

      public SparseMatrixSparseMatMul.Options adjointA(Boolean adjointA)
      Sets the adjointA option.
      Parameters:
      adjointA - Indicates whether a should be conjugate-transposed.
      Returns:
      this Options instance.
    • adjointB

      public SparseMatrixSparseMatMul.Options adjointB(Boolean adjointB)
      Sets the adjointB option.
      Parameters:
      adjointB - Indicates whether b should be conjugate-transposed.
      Returns:
      this Options instance.