/external/tensorflow/tensorflow/python/ops/distributions/ |
D | distribution.py | 491 def param_shapes(cls, sample_shape, name="DistributionParamShapes"): argument 512 def param_static_shapes(cls, sample_shape): argument 551 def _param_shapes(sample_shape): argument 732 def _call_sample_n(self, sample_shape, seed, name, **kwargs): argument 745 def sample(self, sample_shape=(), seed=None, name="sample"): argument 1261 def _set_sample_static_shape(self, x, sample_shape): argument
|
D | exponential.py | 115 def _param_shapes(sample_shape): argument
|
D | uniform.py | 130 def _param_shapes(sample_shape): argument
|
D | bernoulli.py | 96 def _param_shapes(sample_shape): argument
|
D | student_t.py | 206 def _param_shapes(sample_shape): argument
|
D | gamma.py | 183 def _param_shapes(sample_shape): argument
|
/external/pytorch/torch/distributions/ |
D | lkj_cholesky.py | 97 def sample(self, sample_shape=torch.Size()): argument
|
D | poisson.py | 63 def sample(self, sample_shape=torch.Size()): argument
|
D | geometric.py | 106 def sample(self, sample_shape=torch.Size()): argument
|
D | transformed_distribution.py | 133 def sample(self, sample_shape=torch.Size()): argument
|
D | multinomial.py | 101 def sample(self, sample_shape=torch.Size()): argument
|
D | negative_binomial.py | 110 def sample(self, sample_shape=torch.Size()): argument
|
D | independent.py | 103 def sample(self, sample_shape=torch.Size()): argument
|
D | mixture_same_family.py | 171 def sample(self, sample_shape=torch.Size()): argument
|
D | categorical.py | 130 def sample(self, sample_shape=torch.Size()): argument
|
D | binomial.py | 118 def sample(self, sample_shape=torch.Size()): argument
|
D | bernoulli.py | 104 def sample(self, sample_shape=torch.Size()): argument
|
D | normal.py | 70 def sample(self, sample_shape=torch.Size()): argument
|
D | von_mises.py | 164 def sample(self, sample_shape=torch.Size()): argument
|
D | one_hot_categorical.py | 94 def sample(self, sample_shape=torch.Size()): argument
|
D | wishart.py | 222 def _bartlett_sampling(self, sample_shape=torch.Size()): argument
|
D | continuous_bernoulli.py | 165 def sample(self, sample_shape=torch.Size()): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | normal_test.py | 59 def _testParamShapes(self, sample_shape, expected): argument 70 def _testParamStaticShapes(self, sample_shape, expected): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | random_binomial_test.py | 36 self, num, counts, probs, dtype, gen=None, sample_shape=None, seed=None): argument
|
/external/pytorch/test/distributions/ |
D | test_transforms.py | 506 base_batch_dim, base_event_dim, transform_dim, num_transforms, sample_shape argument
|