Home
last modified time | relevance | path

Searched defs:check_prob (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/nn/probability/distribution/_utils/
Dutils.py140 def check_prob(p): function
/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
Darcsine.hpp103 …inline bool check_prob(const char* function, const RealType& p, RealType* result, const Policy& po… in check_prob() function
Dbeta.hpp76 …inline bool check_prob(const char* function, const RealType& p, RealType* result, const Policy& po… in check_prob() function
/third_party/mindspore/mindspore/dataset/vision/
Dvalidators.py314 def check_prob(method): function