Class SparseMatMul.Inputs

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

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

    • a

      public final Operand<? extends TNumber> a
      The a input
    • b

      public final Operand<? extends TNumber> b
      The b input
    • transposeA

      public final boolean transposeA
      The transposeA attribute
    • transposeB

      public final boolean transposeB
      The transposeB attribute
    • aIsSparse

      public final boolean aIsSparse
      The aIsSparse attribute
    • bIsSparse

      public final boolean bIsSparse
      The bIsSparse attribute
    • Ta

      public final DataType Ta
      The Ta attribute
    • Tb

      public final DataType Tb
      The Tb attribute
  • Constructor Details