Class StatelessRandomBinomial.Inputs<V extends TNumber>

java.lang.Object
org.tensorflow.op.RawOpInputs<StatelessRandomBinomial<?>>
org.tensorflow.op.random.StatelessRandomBinomial.Inputs<V>
Enclosing class:
StatelessRandomBinomial<W extends TNumber>

public static class StatelessRandomBinomial.Inputs<V extends TNumber> extends RawOpInputs<StatelessRandomBinomial<?>>
  • Field Details

    • shape

      public final Operand<? extends TNumber> shape
      The shape of the output tensor.
    • seed

      public final Operand<? extends TNumber> seed
      2 seeds (shape [2]).
    • counts

      public final Operand<V extends TNumber> counts
      The counts of the binomial distribution. Must be broadcastable with probs, and broadcastable with the rightmost dimensions of shape.
    • probs

      public final Operand<V extends TNumber> probs
      The probability of success for the binomial distribution. Must be broadcastable with counts and broadcastable with the rightmost dimensions of shape.
    • S

      public final DataType S
      The S attribute
    • Tseed

      public final DataType Tseed
      The Tseed attribute
    • T

      public final DataType T
      The T attribute
    • dtype

      public final DataType dtype
      The type of the output.
  • Constructor Details