Searched refs:erfinv (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
H A Dhalf_normal.py165 return np.sqrt(2.0) * self.scale * special_math.erfinv(p)
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
H A Dspecial_math_test.py344 expected_x = special.erfinv(x)
345 x = special_math.erfinv(x)
353 special_math.erfinv(x)
357 special_math.erfinv(x)
/external/tensorflow/tensorflow/python/ops/distributions/
H A Dspecial_math.py30 "erfinv",
354 def erfinv(x, name="erfinv"): function
359 name: Python string. A name for the operation (default="erfinv").

Completed in 203 milliseconds