Class RandomPoisson.Inputs

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

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

    • shape

      public final Operand<? extends TNumber> shape
      1-D integer tensor. Shape of independent samples to draw from each distribution described by the shape parameters given in rate.
    • rate

      public final Operand<? extends TNumber> rate
      A tensor in which each scalar is a "rate" parameter describing the associated poisson distribution.
    • seed

      public final long seed
      If either seed or seed2 are set to be non-zero, the random number generator is seeded by the given seed. Otherwise, it is seeded by a random seed.
    • seed2

      public final long seed2
      A second seed to avoid seed collision.
    • S

      public final DataType S
      The S attribute
    • R

      public final DataType R
      The R attribute
    • dtype

      public final DataType dtype
      The dtype attribute
  • Constructor Details