Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/nn/probability/distribution/
Ddistribution.py331 self._call_log_cdf = self._calc_log_cdf_from_call_cdf
495 def _calc_log_cdf_from_call_cdf(self, value, *args, **kwargs): member in Distribution