Home
last modified time | relevance | path

Searched refs:check_rank (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/nn/probability/distribution/
Dcategorical.py24 from ._utils.utils import check_prob, check_sum_equal_one, check_rank,\
123 check_rank(self.probs)
/third_party/mindspore/mindspore/nn/probability/distribution/_utils/
Dutils.py183 def check_rank(probs): function