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, 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
-
seed
-
counts
-
probs
-
S
The S attribute -
Tseed
The Tseed attribute -
T
The T attribute -
dtype
The type of the output.
-
-
Constructor Details
-
Inputs
-