tf.contrib.distributions.MultivariateNormalCholesky.__init__(mu, chol, validate_args=False, allow_nan_stats=True, name='MultivariateNormalCholesky')
Multivariate Normal distributions on R^k.
User must provide means mu and chol which holds the (batch) Cholesky factors, such that the covariance of each batch member is chol chol^T.
Args:
mu: (N+1)-D floating point tensor with shape [N1,...,Nb, k], b >= 0.
chol: (N+2)-D Tensor with same dtype as mu and shape [N1,...,Nb, k, k]. The upper trian