Class SparseMatrixMul.Inputs

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

public static class SparseMatrixMul.Inputs extends RawOpInputs<SparseMatrixMul>
  • Field Details

    • a

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

      public final Operand<? extends TType> b
      A dense tensor.
    • T

      public final DataType T
      The T attribute
  • Constructor Details