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, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
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
-