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 Summary
FieldsModifier and TypeFieldDescriptionThe counts of the binomial distribution.final DataTypeThe type of the output.The probability of success for the binomial distribution.final DataTypeThe S attribute2 seeds (shape [2]).The shape of the output tensor.final DataTypeThe T attributefinal DataTypeThe Tseed attribute -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
shape
-
seed
-
counts
-
probs
-
S
The S attribute -
Tseed
The Tseed attribute -
T
The T attribute -
dtype
The type of the output.
-
-
Constructor Details
-
Inputs
-