Home
last modified time | relevance | path

Searched defs:sample_shape (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dhalf_normal_test.py57 def _testParamShapes(self, sample_shape, expected): argument
67 def _testParamStaticShapes(self, sample_shape, expected): argument
Dcauchy_test.py58 def _testParamShapes(self, sample_shape, expected): argument
70 def _testParamStaticShapes(self, sample_shape, expected): argument
Dmixture_test.py80 self, sample_shape, seed, name, **kwargs): argument
99 def _capturing_normal_call_sample_n(self, sample_shape, seed, name, **kwargs): argument
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Drelaxed_bernoulli.py197 def _param_shapes(sample_shape): argument
Dchi2.py115 def _param_shapes(sample_shape): argument
Dconditional_distribution.py35 def sample(self, sample_shape=(), seed=None, name="sample", argument
Dhalf_normal.py135 def _param_shapes(sample_shape): argument
Dgumbel.py154 def _param_shapes(sample_shape): argument
Dlogistic.py149 def _param_shapes(sample_shape): argument
Dinverse_gamma.py161 def _param_shapes(sample_shape): argument
Dcauchy.py150 def _param_shapes(sample_shape): argument
Dshape.py416 self, x, sample_shape, expand_batch_dim=True, argument
Dconditional_transformed_distribution.py69 def _call_sample_n(self, sample_shape, seed, name, argument
/external/tensorflow/tensorflow/python/ops/distributions/
Ddistribution.py498 def param_shapes(cls, sample_shape, name="DistributionParamShapes"): argument
519 def param_static_shapes(cls, sample_shape): argument
558 def _param_shapes(sample_shape): argument
739 def _call_sample_n(self, sample_shape, seed, name, **kwargs): argument
752 def sample(self, sample_shape=(), seed=None, name="sample"): argument
1268 def _set_sample_static_shape(self, x, sample_shape): argument
Dexponential.py119 def _param_shapes(sample_shape): argument
Duniform.py134 def _param_shapes(sample_shape): argument
Dbernoulli.py100 def _param_shapes(sample_shape): argument
Dstudent_t.py207 def _param_shapes(sample_shape): argument
Dgamma.py184 def _param_shapes(sample_shape): argument
Dlaplace.py129 def _param_shapes(sample_shape): argument
Dbeta.py211 def _param_shapes(sample_shape): argument
Dnormal.py163 def _param_shapes(sample_shape): argument
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dnormal_test.py63 def _testParamShapes(self, sample_shape, expected): argument
74 def _testParamStaticShapes(self, sample_shape, expected): argument
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dsampler.py637 sample_shape, argument
697 def _call_sampler(sample_n_fn, sample_shape, name=None): argument
720 sample_shape=(), argument
738 def categorical_sample(logits, dtype=dtypes.int32, sample_shape=(), seed=None): argument
Dhelper.py57 def _call_sampler(sample_n_fn, sample_shape, name=None): argument
77 sample_shape=(), seed=None): argument
94 sample_shape=(), seed=None): argument
684 def __init__(self, sample_fn, sample_shape, sample_dtype, argument

12