Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/nn/probability/distribution/
Ddistribution.py301 self._call_cdf = self._calc_cdf_from_log_survival
471 def _calc_cdf_from_log_survival(self, value, *args, **kwargs): member in Distribution