Home
last modified time | relevance | path

Searched defs:event_shape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dmvn_full_covariance_test.py120 def _random_mu_and_sigma(self, batch_shape, event_shape): argument
Ddistribution_test.py134 def __init__(self, batch_shape=None, event_shape=None): argument
Dmvn_tril_test.py224 def _random_mu_and_sigma(self, batch_shape, event_shape): argument
Dconditional_distribution_test.py34 def __init__(self, batch_shape=None, event_shape=None): argument
Dtransformed_distribution_test.py311 event_shape=(), argument
Dmixture_test.py125 def make_multivariate_mixture(batch_shape, num_components, event_shape, argument
/external/tensorflow/tensorflow/python/ops/distributions/
Dtransformed_distribution.py243 event_shape=None, argument
Ddistribution.py697 def event_shape(self): member in Distribution