tf.contrib.distributions.Binomial.batch_shape()

tf.contrib.distributions.Binomial.batch_shape(name='batch_shape')

Shape of a single sample from a single event index as a 1-D Tensor.

The product of the dimensions of the batch_shape is the number of independent distributions of this kind the instance represents.

Args:
  • name: name to give to the op
Returns:
  • batch_shape: Tensor.
doc_TensorFlow
2016-10-14 12:47:12
Comments
Leave a Comment

Please login to continue.