Home
last modified time | relevance | path

Searched defs:low_b (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/python/nn/probability/distribution/
Dtest_uniform.py141 def construct(self, low_b, high_b, low_a, high_a): argument
171 def construct(self, low_b, high_b, low_a, high_a): argument
/third_party/mindspore/mindspore/nn/probability/distribution/
Duniform.py242 def _cross_entropy(self, dist, low_b, high_b, low=None, high=None): argument
282 def _kl_loss(self, dist, low_b, high_b, low=None, high=None): argument