Searched defs:sd_a (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/ut/python/nn/probability/distribution/ |
D | test_lognormal.py | 125 def construct(self, mean_b, sd_b, mean_a, sd_a): argument 151 def construct(self, mean_b, sd_b, mean_a, sd_a): argument
|
D | test_normal.py | 125 def construct(self, mean_b, sd_b, mean_a, sd_a): argument 151 def construct(self, mean_b, sd_b, mean_a, sd_a): argument
|
/third_party/mindspore/tests/st/probability/distribution/ |
D | test_get_dist_args.py | 35 def construct(self, value, mean, sd, mean_a, sd_a): argument
|