Searched defs:rate_b (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/tests/ut/python/nn/probability/distribution/ |
D | test_exponential.py | 118 def construct(self, rate_b, rate_a): argument 142 def construct(self, rate_b, rate_a): argument
|
D | test_gamma.py | 131 def construct(self, concentration_b, rate_b, concentration_a, rate_a): argument 157 def construct(self, concentration_b, rate_b, concentration_a, rate_a): argument
|
/third_party/mindspore/mindspore/nn/probability/distribution/ |
D | exponential.py | 215 def _cross_entropy(self, dist, rate_b, rate=None): argument 295 def _kl_loss(self, dist, rate_b, rate=None): argument
|
D | gamma.py | 262 def _cross_entropy(self, dist, concentration_b, rate_b, concentration_a=None, rate_a=None): argument 314 def _kl_loss(self, dist, concentration_b, rate_b, concentration_a=None, rate_a=None): argument
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.c | 140 const uint32_t rate_b) { in fix_method()
|