W3cubDocs

/TensorFlow 2.3

tf.raw_ops.StatefulRandomBinomial

Args
resource A Tensor of type resource.
algorithm A Tensor of type int64.
shape A Tensor. Must be one of the following types: int32, int64.
counts A Tensor. Must be one of the following types: half, float32, float64, int32, int64.
probs A Tensor. Must have the same type as counts.
dtype An optional tf.DType from: tf.half, tf.float32, tf.float64, tf.int32, tf.int64. Defaults to tf.int64.
name A name for the operation (optional).
Returns
A Tensor of type dtype.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/raw_ops/StatefulRandomBinomial