Class RandomPoisson.Inputs
- Enclosing class:
RandomPoisson<V extends TNumber>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DataTypeThe dtype attributefinal DataTypeThe R attributeA tensor in which each scalar is a "rate" parameter describing the associated poisson distribution.final DataTypeThe S attributefinal longIf eitherseedorseed2are set to be non-zero, the random number generator is seeded by the given seed.final longA second seed to avoid seed collision.1-D integer tensor. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
shape
-
rate
-
seed
public final long seedIf eitherseedorseed2are 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 seed2A second seed to avoid seed collision. -
S
The S attribute -
R
The R attribute -
dtype
The dtype attribute
-
-
Constructor Details
-
Inputs
-