Class SparseMatrixAdd.Inputs<T extends TType>

java.lang.Object
org.tensorflow.op.RawOpInputs<SparseMatrixAdd>
org.tensorflow.op.linalg.sparse.SparseMatrixAdd.Inputs<T>
Enclosing class:
SparseMatrixAdd

public static class SparseMatrixAdd.Inputs<T extends TType> extends RawOpInputs<SparseMatrixAdd>
  • Field Details

    • a

      public final Operand<? extends TType> a
      A CSRSparseMatrix.
    • b

      public final Operand<? extends TType> b
      A CSRSparseMatrix.
    • alpha

      public final Operand<T extends TType> alpha
      A constant scalar.
    • beta

      public final Operand<T extends TType> beta
      A constant scalar.
    • T

      public final DataType T
      The T attribute
  • Constructor Details