Searched refs:special_math (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/distributions/
H A Dnormal.py34 from tensorflow.python.ops.distributions import special_math namespace
195 return special_math.log_ndtr(self._z(x))
198 return special_math.ndtr(self._z(x))
201 return special_math.log_ndtr(-self._z(x))
204 return special_math.ndtr(-self._z(x))
221 return self._inv_z(special_math.ndtri(p))
H A Dlaplace.py35 from tensorflow.python.ops.distributions import special_math namespace
174 return special_math.log_cdf_laplace(self._z(x))
177 return special_math.log_cdf_laplace(-self._z(x))
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
H A Dhalf_normal.py33 from tensorflow.python.ops.distributions import special_math namespace
165 return np.sqrt(2.0) * self.scale * special_math.erfinv(p)
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
H A Dspecial_math_test.py31 from tensorflow.python.ops.distributions import special_math namespace
47 sm = special_math
91 x = special_math.ndtri(p)
103 x = special_math.ndtri(p)
119 value = special_math.ndtri(p)
345 x = special_math.erfinv(x)
353 special_math.erfinv(x)
357 special_math.erfinv(x)

Completed in 594 milliseconds