Searched defs:low_b (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/ut/python/nn/probability/distribution/ |
D | test_uniform.py | 141 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/ |
D | uniform.py | 242 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
|