Home
last modified time | relevance | path

Searched refs:check_prob (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/math/distributions/
Dpoisson.hpp118 …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()
Dbeta.hpp76 …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()
Darcsine.hpp103 …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__.py20 from .utils import check_greater, check_prob, CheckTensor, CheckTuple, set_param_type
Dutils.py140 def check_prob(p): function
/third_party/mindspore/mindspore/nn/probability/distribution/
Dgeometric.py22 from ._utils.utils import check_prob, check_distribution_name
146 check_prob(self.probs)
Dbernoulli.py21 from ._utils.utils import check_prob, check_distribution_name, clamp_probs
140 check_prob(self.probs)
Dcategorical.py24 from ._utils.utils import check_prob, check_sum_equal_one, check_rank,\
124 check_prob(self.probs)
/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms.py31 from .validators import check_prob, check_center_crop, check_five_crop, check_resize_interpolation,…
449 @check_prob
483 @check_prob
896 @check_prob
Dc_transforms.py51 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
Dvalidators.py314 def check_prob(method): function