tf.contrib.distributions.Dirichlet.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
.
Please login to continue.