Searched refs:check_prob (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/math/distributions/ |
D | poisson.hpp | 118 …inline bool check_prob(const char* function, const RealType& p, RealType* result, const Policy& po… in check_prob() function 134 (check_prob(function, p, result, pol) == false)) in check_dist_and_prob() 386 if(false == poisson_detail::check_prob( in quantile() 456 if(false == poisson_detail::check_prob( in quantile()
|
D | beta.hpp | 76 …inline bool check_prob(const char* function, const RealType& p, RealType* result, const Policy& po… in check_prob() function 119 && check_prob(function, p, result, pol); in check_dist_and_prob() 234 beta_detail::check_prob(function, probability, &result, Policy()) in find_alpha() 257 beta_detail::check_prob(function, probability, &result, Policy()) in find_beta()
|
D | arcsine.hpp | 103 …inline bool check_prob(const char* function, const RealType& p, RealType* result, const Policy& po… in check_prob() function 158 && check_prob(function, p, result, pol); in check_dist_and_prob()
|
/third_party/mindspore/mindspore/nn/probability/distribution/_utils/ |
D | __init__.py | 20 from .utils import check_greater, check_prob, CheckTensor, CheckTuple, set_param_type
|
D | utils.py | 140 def check_prob(p): function
|
/third_party/mindspore/mindspore/nn/probability/distribution/ |
D | geometric.py | 22 from ._utils.utils import check_prob, check_distribution_name 146 check_prob(self.probs)
|
D | bernoulli.py | 21 from ._utils.utils import check_prob, check_distribution_name, clamp_probs 140 check_prob(self.probs)
|
D | categorical.py | 24 from ._utils.utils import check_prob, check_sum_equal_one, check_rank,\ 124 check_prob(self.probs)
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms.py | 31 from .validators import check_prob, check_center_crop, check_five_crop, check_resize_interpolation,… 449 @check_prob 483 @check_prob 896 @check_prob
|
D | c_transforms.py | 51 from .validators import check_prob, check_crop, check_center_crop, check_resize_interpolation, \ 1068 @check_prob 1089 @check_prob 1466 @check_prob 1487 @check_prob
|
D | validators.py | 314 def check_prob(method): function
|